Commit graph

12278 commits

Author SHA1 Message Date
Frederic Culot
145815c42b - Update to 0.17022
- Rephrase COMMENT

Changes:	http://search.cpan.org/dist/Error/ChangeLog
2014-02-05 08:06:14 +00:00
Sahil Tandon
8e4fc595c8 - Update to 1.5.0 2014-02-05 03:05:00 +00:00
Martin Wilke
620d7d0936 - Stage support
Reviewed by:	antoine/swills
Thanks to:	antoine (so testing)
Approved by:	swills (ruby@)
2014-02-04 14:23:51 +00:00
Vanilla I. Shu
b601fd950a 1: use compiler.mk
2: upgrade v8-devel to 3.24.30.

PR:		ports/186373 [1]
Submitted by:	mat@ [1]
2014-02-04 09:15:37 +00:00
Steve Wills
dc04b95449 - Fix distfile (upstream rerolled) [1]
- Fix patch to work with new distfile [1]
- Change patch filenames to be uniform
- Fix packaging issue by deleting patch backup files
- Bump portrevision so new packages get built

PR:		ports/186383 [1]
Reported by:	marino [1]
Submitted by:	clutton <clutton@zoho.com> [1]
2014-02-04 04:03:55 +00:00
Antoine Brodin
e37ddd8203 Fix a stage symlink 2014-02-03 22:20:02 +00:00
Pietro Cerutti
c1bd27e21e - Update to 05_20140202
Changes:

    * The manual chapter describing the foreign function interface has
      been improved.
    * The handling of Unicode in the console has been improved. Cursor
      positioning and writing Unicode strings to the desired position
      works now also under Linux.
    * A strict checking of all strings, that are passed to C functions,
      has been introduced. Zero bytes and non Unicode characters in the
      original string raise the exception RANGE_ERROR now.
    * The performance of several loops in the runtime library has been
      improved. Now the loops use indices instead of pointer increments
      and they work downward towards an index of zero. This allows C
      compilers to do more optimizations (verified with gcc and
      valgrind).
    * The enumeration types signedness and endianess have been added to
      bytedata.s7c.
    * The conversion functions bytes, bytes2Int and bytes2BigInt have
      been added to bytedata.s7c. The new function allow conversions
      to and from signed and unsigned byte strings with big- and
      little-endian byte order. This functions replace the less flexible
      functions bytesLe2Int, bytesBe2Int, bytesLe and bytesBe.
    * The functions bStriBe, bStriLe, bStriBe2BigInt and bStriLe2BigInt
      have been moved from bytedata.s7c to bstring.s7i.
    * The performance of the functions int16AsTwoBytesLe,
      int32AsFourBytesLe, int64AsEightBytesLe int16AsTwoBytesBe,
      int32AsFourBytesBe and int64AsEightBytesBe has been improved.
    * Documentation comments have been added or improved in cc_conf.s7i,
      bytedata.s7i, environment.s7i, sockbase.s7i, actutl.c, big_rtl.c,
      big_gmp.c, biglib.c cmd_rtl.c, con_inf.c, con_win.c, con_wat.c,
      int_rtl.c, intlib.c, soc_rtl.c, striutl.c and syvarutl.c.
    * The program chk_all.sd7 has been improved to check several
      compiler options and to allow that the output of interpreted and
      compiled compiler differs. The difference of the generated C code
      is okay, when the execution of the compiled programs results in
      the same output.
    * The compiler (s7c) has been improved to do more optimizations for
      the action BIG_REM (operator rem).
    * The compiler has been improved to count inserted and suppressed
      range checks.
    * Interpreter, compiler and runtime library have been improved to
      allow bstrings with slices. This is used by the compiler to
      reduce the memory used for constant bstrings.
    * The compiler has been improved to store the data of constant
      bigIntegers in bstrings.
    * Checks for div, rem, mdiv and mod have been added to chkbig.sd7.
    * Checks for float division by zero have been added to chkexc.sd7.
    * Checks for float parse have been added to chkflt.sd7.
    * In con_inf.c, con_win.c and con_wat.c the function conText has
      been replaced by conWrite. ConWrite takes an UTF-32 string and
      writes it to the console. If stdout is redirected an UTF-8 string
      is written to the destination file.
    * The function gen_act_ptr_table has been added to actutl.c. This
      function creates act_ptr_table and removes double entries from it.
    * The functions intBytesBe2UInt and intBytesLe2UInt have been added
      to int_rtl.c.
    * Interpreter and compiler have been improved to support the new
      actions INT_BYTES_BE_2_UINT and INT_BYTES_LE_2_UINT.
    * Checks for the function sigaction() and for integer division and
      remainder have been added to chkccomp.c.
    * The configuration values ALLOW_BSTRITYPE_SLICES,
      CHECK_INT_REM_BY_ZERO and CHECK_INT_REM_ZERO_BY_ZERO have been
      added to cc_conf.s7i, chkccomp.c, cmd_rtl.c and s7c.sd7.
    * Several versions of timAwait in tim_unx.c have been improved to
      restart calls of poll(), ppoll() and select().
    * A check for the character '=' in the environment variable name has
      been added to the function cmdSetenv (in cmd_rtl.c).
    * In striutl.c the functions stri_compress, stri_export_utf8 and
      cp_to_cstri8 have been improved and renamed to conv_to_cstri
      conv_to_cstri8 and stri_to_cstri8 respectively. Interpreter and
      runtime library have been improved to use the new function names.
    * The function stri_to_cstri and the macro free_cstri8 have been
      added to striutl.c.
    * The functions conv_to_cstri, conv_to_cstri8, stri_to_cstri8 and
      stri_to_bstri have been improved to use an err_info parameter.
2014-02-03 15:32:50 +00:00
John Marino
6776e8937d lang/gnatdroid-armv(5,7): Fix build on FreeBSD 10+
Reported by pkg-fallout
Cause: Bad gcc makefile, doesn't properly support cross-compiler build
Workaround: duplicate *-cross executables to the base names so that the
            install target doesn't try to rebuild them
2014-02-03 13:37:19 +00:00
Martin Wilke
a3dcf597a1 - Stage support 2014-02-03 11:12:04 +00:00
Baptiste Daroussin
57d55e9569 Use regular CC and CXX instead of custom CLANGXX/CLANG
That fixes build after .pre.mk removal as well as simplify the makefile

Reported by:	tijl
2014-02-03 10:34:08 +00:00
Pietro Cerutti
799317ef18 - STAGE-clean
- Fix LICENSE
2014-02-03 09:42:04 +00:00
Pietro Cerutti
c55338ddb8 - STAGE-clean
- Fix LICENSE
2014-02-03 09:25:40 +00:00
Pietro Cerutti
6a903d650a - STAGE-clean
- Fix LICENSE
2014-02-03 09:13:49 +00:00
Martin Wilke
96cc6ec6fa - Stage support 2014-02-02 16:02:32 +00:00
Martin Wilke
fe665b70e9 - Stage support 2014-02-02 15:21:20 +00:00
Martin Wilke
61fc2830f0 - Stage support
- Convert to USES
2014-02-02 15:18:32 +00:00
Martin Wilke
7bf1652bda - Stage support
- Convert few ports to USES
2014-02-02 14:33:37 +00:00
Martin Wilke
6a8989b46c - Stage support 2014-02-01 17:10:46 +00:00
Martin Wilke
46ef0d7274 - Stage support 2014-02-01 16:03:44 +00:00
Martin Wilke
eef915e4fb - Stage support 2014-02-01 14:42:45 +00:00
Martin Wilke
cdd6c73f5d - Stage support 2014-02-01 14:42:04 +00:00
Jimmy Olgeni
7a636eaf7d Upgrade Racket to 5.93. 2014-02-01 14:19:14 +00:00
Marcus von Appen
a23998721f - Fix bad libpython* symlinks after enabling the lang/python* ports to
be stagedir-aware

PR:		ports/186284
Submitted by:	marino@
Pointyhat to:	myself
2014-02-01 09:21:23 +00:00
Antoine Brodin
12da4a60cb Mark broken: Fails to build
On 8 and 9:
[Loading int-inf.sml.bin]
Bus error (core dumped)
!!! unable to build SML heap image (sml.x86-bsd)
*** [do-build] Error code 1

On 10 and head:
gcc -ansi -c -I../config -I../objs -I../include ../config/gen-common.c
make[2]: exec(gcc) failed (No such file or directory)
*** Error code 1

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-01-31 21:10:51 +00:00
Martin Wilke
6f0f3362e8 - Stage support 2014-01-31 12:47:06 +00:00
Martin Wilke
a88b598dd6 - Stage Support
- Convert to USES
2014-01-31 12:14:30 +00:00
Brooks Davis
6b3020e620 Expire in ~1 month not last year.
Reported by:	az
Point hat to:	brooks
2014-01-30 15:51:08 +00:00
Brooks Davis
b96f94b366 Deprecate LLVM and Clang 3.1 now that there are no dependencies. 2014-01-30 15:39:06 +00:00
Tijl Coosemans
b2f07a8a49 Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR:		ports/184596
Tested by:	grembo
Approved by:	ale (maintainer)
2014-01-29 20:41:27 +00:00
Andrej Zverev
073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00
Alexey Dokuchaev
fbf4cc9517 Stafigy; clean up the Makefile and port description while here. 2014-01-29 15:26:02 +00:00
Alexey Dokuchaev
542dbc8cc7 Remove references to long unsupported alpha. 2014-01-29 14:54:52 +00:00
Alexey Dokuchaev
70ef86a881 Stagify, remove check for alpha (long unsupported), convert to OptionsNG,
drop seemingly unused USE_GMAKE, and generally cleanup the port while here.
2014-01-29 13:30:22 +00:00
Baptiste Daroussin
8ab604e284 Activate the utf8 support 2014-01-29 11:34:02 +00:00
Baptiste Daroussin
81eff82407 Add jimtcl into the ports tree 2014-01-29 11:22:33 +00:00
Rusmir Dusko
e1f5d1e557 - Fix graphics/glfw2 dependency due to recent commit
devel/ChipmunkPhysics

- Bump PORTREVISION for dependency change

games/pink-pony

- Bump PORTREVISION for dependency change

games/sea-defender

- Bump PORTREVISION for dependency change

lang/io

- Bump PORTREVISION for dependency change
2014-01-28 21:16:10 +00:00
Alex Dupre
9e8284183d Fix plist.
PR:		ports/186182
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2014-01-28 16:39:17 +00:00
Jimmy Olgeni
f0d7456758 Upgrade to version R16B03-1. 2014-01-28 14:03:22 +00:00
Jimmy Olgeni
36af465f4d Upgrade to version R16B03-1.
Submitted by:	Kenji Rikitake <kenji@k2r.org>
2014-01-28 14:02:50 +00:00
Romain Tartière
52060eee2a Update to 3.0.34 and frenshen port.
Partially based on [1].

PR:		ports/181361 [1]
Submitted by:	Jack Pappas <jack.pappas@gmail.com> [1]
2014-01-28 09:42:03 +00:00
Baptiste Daroussin
b7d1e54746 Support stage
Make sure to properly depend on libobjc2 and not get polluted by gcc
Use modern libdepends
2014-01-28 08:17:13 +00:00
Baptiste Daroussin
0de261a765 Support stage
Respect prefix
2014-01-28 08:13:37 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Antoine Brodin
864284545c Stage support 2014-01-28 00:16:57 +00:00
Brooks Davis
33428cd370 Attempt to add back support for scan-build.[1]
Change ccc-analyzer's default compiler to clang.[2]

Install unwind.h.[3]

PR:		ports/185733 [1], ports/183802 [2], ports/186173 [3]
2014-01-28 00:04:46 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Jimmy Olgeni
8366f4f595 - Upgrade Racket to version 5.92.
- Unbreak on FreeBSD 10.
- racket-textual is renamed to racket-minimal upstream.
- Fix COMMENT.
2014-01-27 12:37:06 +00:00
Marcus von Appen
6e3723845d - Enable stagedir support
- Convert to new LIB_DEPENDS
2014-01-26 14:47:56 +00:00
John Marino
ff46e6ed0a lang/gnat-aux: Mark deprecated in favor of lang/gcc-aux
Now that the gnatdroid-arm ports have been rebased on lang/gcc-aux, there
is no port that requires lang/gnat-aux.  Since it can't build most of the
Ada framework, there's no anticipated reason to use it over the newer,
gcc4.7-based gcc-aux.  Leave it around just in case, but let folks fooled
by "gnat" in name that it's not the latest Ada compiler.
2014-01-26 00:21:03 +00:00
Baptiste Daroussin
860620e08b Update to 5.2.0
Bring under lua@ maintainership [1]
Support stage
Use MAKE_ARGS instead of patching config
Convert to USES=lua

Approved by:	edwin@ [1]
2014-01-25 23:07:49 +00:00