Commit graph

11574 commits

Author SHA1 Message Date
Alexey Dokuchaev
341abe40f0 In categories starting with [h-m], remove empty lines from pkg-plist (and
purge one empty file).
2013-03-17 14:13:50 +00:00
Johan van Selst
07ab5ebe41 Use correct flag for --export-dynamic
PR:		ports/176981
Submitted by:	Green Dog <fiziologus@gmail.com>
2013-03-17 14:05:20 +00:00
Jason Helfman
4c2a1e1ced - adopt optionsNG and trim historical headers
PR:		176928
PR:		176936
PR:		176937
PR:		176938
PR:		176939
PR:		176940
PR:		176941
PR:		176942
PR:		176943
PR:		176944
PR:		176945
Submitted by:	jgh@
Approved by:	portmgr (miwi)
2013-03-14 06:32:04 +00:00
Brooks Davis
ac563f23f4 Fix stray file in bin/clang-check.
Reported by:	ale, Dominic Fandrey <kamikaze@bsdforen.de>
2013-03-13 15:40:34 +00:00
Gerald Pfeifer
b374d07225 Update to the 20130310 snapshot of GCC 4.8.0, approaching release branch. 2013-03-13 12:24:52 +00:00
Frederic Culot
41876bb8e6 - Update to 4.8.0.3
PR:		ports/176881
Submitted by: 	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
2013-03-12 18:49:10 +00:00
Alex Dupre
e7f539cc4c Suhosin will never reappear, remove commented out code.
Fix plist when CLI is not selected [1].

Submitted by:	Gergely CZUCZY <gergely.czuczy@harmless.hu> [1]
2013-03-12 10:33:04 +00:00
Brooks Davis
f5b6b6d8d0 Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circa
Feb 27th).  Add FileCheck and llvm-lit binaries as some consumers need
them.
2013-03-11 18:32:06 +00:00
Eygene Ryabinkin
ca78291f62 Perl 5.x: fix CVE-2013-1667
Feature safe:	wholeheartedly hope so
2013-03-10 19:04:00 +00:00
Chris Rees
020ad942c9 Restore PORTNAME 2013-03-10 12:44:26 +00:00
Ruslan Makhmatkhanov
a3286022d8 - update to 20121217
- fix fetch [1]
- remove indefinite article from COMMENT
- tab -> space change in pkg-descr:WWW

PR:		176702
Reported by:	John Marino <draco@marino.st> [1]
2013-03-10 07:01:48 +00:00
Jimmy Olgeni
9307f144d1 Register conflicts with lang/newlisp-devel. 2013-03-09 23:01:45 +00:00
Jimmy Olgeni
1f6c5ec12f Add lang/newlisp-devel, tracking development versions of lang/newlisp. 2013-03-09 22:59:34 +00:00
Jimmy Olgeni
e453411939 Add support for the extended FFI, thus enabling the optional use
of the math/gsl interface.

Also, cleanup Makefile patches.
2013-03-09 21:28:49 +00:00
Vanilla I. Shu
742a86409c 1: upgrade to 3.17.9.
2: add '-Wno-unused-private-field' to CFLAGS when use clang.
2013-03-09 11:45:26 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Alex Kozlov
5282fd8451 - Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt)
2013-03-07 15:31:54 +00:00
Jimmy Olgeni
fa1f19fc04 Upgrade to version 1.9. 2013-03-07 13:22:17 +00:00
Pietro Cerutti
c1f1225e78 - Update to 05_20130303
Changes:

  * The library editline.s7i has been added. This library defines a
    file type for linewise editing with history.
  * The manual chapter describing types, especially the type program,
    has been improved.
  * The calc.sd7 example has been improved to allow linewise editing.
  * The handling of the internal program representation in interpreter
    and compiler has been improved to free most unused memory.
  * The handling of the functions prgGlobalObjects, refArrToList,
    refHshDataToList, refHshKeyToList, refLocalVars and refSctToList
    in compiler and run-time library has been improved to free unused
    memory.
  * The stack trace has been improved to display infix operators
    better and to write parameter names.
  * The compiler has been improved to support the action TYP_FUNC.
  * The functions copy_expression and free_expression in listutl.c
    have been optimized.
  * The function substitute_params has been added to match.c .
  * The functions free_params and free_name_list have been added to
    name.c .
  * The function dump_list has been added to objutl.c .
  * The function copy_params has been added to entutl.c .
  * The functions prot_float and prot_params have been added to
    traceutl.c .
  * The functions free_type and close_type have been added to
    typeutl.c .
  * The free list management has been improved to be configurable
    in config.h.
  * The memory management in heaputl.h has been improved to work with
    and without DO_HEAPSIZE_COMPUTATION.
  * The function free_file and remove_prog_files have been added to
    infile.c.
  * The functions itf_cpy and itf_cpy2 in itflib.c have been improved
    to support assigning forward declared objects to an interface.
  * The function emptylist and the macro to_empty_list have been
    renamed to free_list and free_list2.
  * In prg_comp.c the function prgDeclObjects has been renamed to
    prgGlobalObjects.
  * In ref_data.c the functions refArrmaxidx, refArrminidx,
    refArrtolist, refScttolist and refHshKeyToList have been renamed
    to refArrMaxIdx, refArrMinIdx, refArrToList, refSctToList and
    refHshKeysToList.
  * In ref_data.c the functions refResult, refResini and refSetParams
    have been improved to raise RANGE_ERROR when the argument is NULL
    or when it is not a BLOCKOBJECT.
  * In progs.s7i the functions sys_var, error_count, declared_objects,
    params, setParams, func_result, func_res_init, local_consts,
    local_vars, array_to_list, array_min_index, array_max_index,
    struct_to_list, hash_data_to_list, hash_key_to_list,
    interface_to_struct, obj_number, type_number and match_obj have
    been renamed to sysVar errorCount, globalObjects, formalParams,
    setFormalParams, resultVar, resultInitValue, localConsts,
    localVars, arrayToList, arrayMinIdx, arrayMaxIdx, structToList,
    hashDataToList, hashKeysToList, interfaceToStruct, objNumber,
    typeNumber and typeObject.
  * In seed7_05.s7i the functions is_func, is_varfunc, result_type and
    is_derived have been renamed to isFunc, isVarfunc, resultType and
    isDerived.
2013-03-07 09:54:34 +00:00
Bryan Drewery
6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00
Rene Ladan
a155d81752 Remove compatibility with FreeBSD 7.X
While here pet Makefile headers.
2013-03-06 23:31:58 +00:00
Nicola Vitale
ffc075db2e - Change the download site for swingex, because the original one has disappeared
Pointed out by:	Larry Rosenman <ler@lerctr.org> (via private email)
2013-03-06 16:15:30 +00:00
Gerald Pfeifer
79164d6d10 Update to the 20130303 snapshot of GCC 4.8.0. This should now build
with texinfo 5.0 just fine.
2013-03-06 03:42:44 +00:00
Brendan Fabeny
ddc550ff99 update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports

PR:		144982, 149958
Reviewed by:	johans (earlier version of the patch)
2013-03-05 20:22:02 +00:00
Beech Rintoul
7635717a52 - Update to 5.5
PR:		ports/176627
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2013-03-04 19:21:31 +00:00
Baptiste Daroussin
bad8883a16 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity since 1998
2013-01-31 x11-wm/e17-module-language: Deprecated upstream
2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream
2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream
2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream
2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2
2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued
2013-02-11 games/kimboot: no longer works
2013-02-27 net-im/imcom: No more upstream, no more public distfiles
2013-03-03 19:56:57 +00:00
Brendan Fabeny
a600511760 update lang/sbcl to 1.1.5+bugfixes, and adjust dependent ports 2013-03-03 15:55:04 +00:00
Gerald Pfeifer
dc899c25ce Use the new lang/gcc-ecj45 port when building the Java frontend
instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]

Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

Make binutils a build dependency as well (not just a run-time dependency).

PR:		175072 [1]
2013-03-03 15:22:18 +00:00
Gerald Pfeifer
db9343fd24 Update to the 20130302 snapshot of GCC 4.7.3. This should now also
build with texinfo 5.0 more or less.
2013-03-03 14:19:08 +00:00
Beech Rintoul
988b4c6c46 - Update to 1.5.0
PR:		ports/176609
Submitted by:	Jens Jahnke <jan0sch@gmx.net> (maintainer)
2013-03-03 07:51:57 +00:00
Steve Wills
74eec317c8 - Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to:	swills
Reported by:	bapt
2013-03-03 01:43:02 +00:00
Steve Wills
28b723187b - Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
2013-03-02 21:01:58 +00:00
Martin Wilke
d6cfdd2077 - Update to 4.8.0.2
PR:		176357
Submitted by:	maintainer
2013-03-02 16:50:53 +00:00
Sunpoet Po-Chuan Hsieh
39d5e67947 - Restore PORTREVISION 2013-03-02 15:24:45 +00:00
Gerald Pfeifer
2879eb5cea Update to the 20130217 snapshot of GCC 4.8.0. Lots of release
stabilization fixes.
2013-03-02 15:02:41 +00:00
Martin Wilke
4e58470ba3 - Update to 0.9.25
PR:		176551
Submitted by:	Ports Fury
2013-03-02 14:52:46 +00:00
Martin Wilke
981184ee19 - Update to 1.7.3
PR:		176578
Submitted by:	Jens Jahnke <jan0sch@gmx.net>
2013-03-02 14:44:37 +00:00
Eitan Adler
b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00
Steve Wills
21a1b5ad08 - Update to 1.7.1
PR:		ports/174713
Submitted by:	Jens Jahnke <jan0sch@gmx.net>
2013-02-28 01:37:15 +00:00
Martin Wilke
3781f2f896 - Broken fails to build
make compiler
cd src; cd objcrt; make
objc -q -c Object.m -DNDEBUG -O2 -noI
ar cr objcrt.a Object.o
objc -q -c Block.m -DNDEBUG -O2 -noI
/usr/include/stdlib.h:82: fatal: syntax error "void"
*** [Block.o] Error code 1
2013-02-27 14:30:27 +00:00
Florian Smeets
33ea643f6e - enable LINKTHR OPTION by default as was done when lang/php5 was updated
to 5.4, this should prevent segfaults when modules use libs with thread
  support enabled.

Discussed with:	ale
2013-02-25 16:48:45 +00:00
Sergey A. Osokin
ffe2cb1109 Update from 2.0.0 to 2.0.1.
ChangeLog:	http://luajit.org/changes.html
2013-02-25 16:39:58 +00:00
Alex Dupre
befc345529 Update to 5.4.12 release. 2013-02-25 10:30:40 +00:00
Steve Wills
f293be94df - Fix plist for ruby 2.0 2013-02-25 00:07:56 +00:00
Steve Wills
9f9a1a0e4d - Update to 1.9.3p392
Security:	forthcoming
2013-02-24 17:09:12 +00:00
Andrej Zverev
5c08817568 - Cleanup CONFLICTS 5.(6|8|10) no longer in ports tree.
With hat:	perl@
2013-02-24 16:41:01 +00:00
Steve Wills
b665858e89 - Add Ruby 2.0 2013-02-24 15:37:23 +00:00
Jimmy Olgeni
c70ecc8004 Remove ONLY_FOR_ARCHS, since it seems to build everywhere.
PR:		ports/176353
Submitted by:	Brett Wynkoop <bsdbugs@wynn.com>
2013-02-24 10:48:25 +00:00
Gabor Pali
adb8b7c928 - Update to 3.7
- Fix build

PR:		ports/175848
Submitted by:	pgj
Approved by:	maintainer (timeout)
2013-02-23 22:34:57 +00:00
Pietro Cerutti
b1822ee8b1 - Update to 05_20130217
Changes:

  * The description of exceptions in the manual has been improved.
  * The handling of program data in interpreter and compiler has been
    improved to free more unused memory.
  * The handling of the actions PRG_FIL_PARSE and PRG_STR_PARSE in the
    Seed7 compiler (s7c) has been improved to support releasing unused
    programs.
  * The function prgDestr (in prg_comp.c) has been improved to free
    (most of) the data used by a program. Several functions, which need
    to free program data, have been improved to call prgDestr.
  * The functions prgCpy (in prg_comp.c) and prg_cpy (in prglib.c) have
    been improve to free a program when the usage_count reaches zero.
  * The functions getPixmap in draw.s7i have been improved.
  * The functions decl_any (in analyze.c), dcl_const and dcl_var (both
    in dcllib.c) have been improved to free unused expressions.
  * The actions ARR_BASELIT, ARR_BASELIT2, ARR_TIMES, ARR_GEN, ARR_PUSH
    and ARR_EXTEND in the interpreter (file arrlit.c) have been
    improved to work correctly for arrays with interface elements.
  * In blockutl.c the functions free_locobj, free_body, free_block and
    free_local_consts have been added or improved.
  * In entutl.c the function free_entity has been improved to free also
    syobject and name_list.
  * The function close_entity has been added to entutl.c. This function
    frees the list of inactive entities.
  * In executl.c the function destroy_local_init_value has been added
    and the function destroy_object_list has been removed.
  * The parameter dest_type has been added to the function
    any_var_initialisation (file executl.c).
  * The functions heap_statistic (in flistutl.c) and rtlHeapStatistic
    (in heaputl.c) have been improved to write information about
    pollData elements.
  * The functions free_ident and close_idents in identutl.c have been
    improved.
  * The function free_expression has been added to listutl.c.
  * The function pop_object in name.c has been improved to add inactive
    entities to a list of inactive entities
  * The function close_stack in name.c has been improved to reverse the
    list of local objects and to dump and free the local objects.
  * The function dump_temp_value, which releases a value without
    releasing the object, has been added to objutl.c.
  * The function free_args has been added to prg_comp.c.
2013-02-20 09:56:01 +00:00
Ruslan Makhmatkhanov
d887e890dd - update to 20120925
- trim Makefile header, while here

PR:		176206
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2013-02-18 18:23:39 +00:00
Ruslan Makhmatkhanov
e8ac1da70e - fix build with newer math/gmp in ports tree. Newer versions of gmp do not
define __gmp_const. This patch addresses the compile time errors with an
  ifndef.

while here:
- trim Makefile header
- remove indefinite article from COMMENT
- remove deprecated attribution from pkg-descr and make tab -> space change
  in WWW field

PR:		176229
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	maintainer (implicit, because the port was broken)
2013-02-18 18:22:10 +00:00
Jimmy Olgeni
b24b0a131d Convert Makefile headers to the new format. 2013-02-18 12:34:39 +00:00
Martin Wilke
8165280e06 - Trim header 2013-02-18 06:01:51 +00:00
Martin Wilke
b825f49ede - Extend support for 6 months.
PR:		176149
Submitted by:	Alex Keda <admin@lissyara.su>
2013-02-18 06:00:58 +00:00
Gerald Pfeifer
43b7459981 Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

On the way, update to the 20130216 snapshot of GCC 4.7.3.
2013-02-17 14:22:56 +00:00
Gerald Pfeifer
fa7f46ed48 Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

On the way, update to the 20130210 snapshot of GCC 4.8.0.
2013-02-16 16:43:41 +00:00
Gerald Pfeifer
2841ee31e4 Update to the 20130215 snapshot of GCC 4.6.4. 2013-02-16 16:22:44 +00:00
Julien Laffaye
7fff875266 Fix plist on i386
Submitted by:	skreuzer (private mail)
2013-02-13 19:26:48 +00:00
Martin Wilke
05fe16aeba - Update to 0.9.9.46
PR:		176076
Submitted by:	maintainer
2013-02-13 01:16:39 +00:00
Steve Wills
561a5a1691 - Update Ruby 1.9 to 1.9.3p385. This fixes a security issue in rdoc (CVE-2013-0256)
- Also add the patch for the security issue in the bundled json (CVE-2013-0269)
- Fix an issue with the .pc file by patching configure [1]

Reported by:	avg [1]
Security:	forthcoming
2013-02-12 15:23:04 +00:00
Brooks Davis
e918c7f88a Upgrade llvm-devel and related ports to 3.3.r174891.
Install .cmake files for devel/llvm-devel so projects that use cmake can
build against the installed copy.
2013-02-11 19:02:00 +00:00
Martin Wilke
cbb450de56 - Update to 4.0.a
PR:		174204
Submitted by:	ports fury
2013-02-10 07:52:02 +00:00
Gerald Pfeifer
fd586bce8b Update to the 20130203 snapshot of GCC 4.8.0. 2013-02-10 06:03:06 +00:00
Gerald Pfeifer
5ca04fcdfb Update to the 20130202 snapshot of 4.7.3. 2013-02-09 15:37:54 +00:00
Kubilay Kocak
d95c946543 Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
2013-02-09 14:50:27 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Martin Wilke
3281c9daf4 - Fix a segfault on startup
- While here trim header

PR:		ports/173446
Submitted by:	Imre Vadasz <imre@vdsz.com>
Approved by:	maintainer
2013-02-08 08:24:18 +00:00
Pietro Cerutti
4281cae870 - New port: lang/copper
Copper an experimental programming language used to develop Code Browser 4.
  It is based on Zinc [http://tibleiz.net/zinc/] with some improvements such
  as genericity, multiple return values or variadic arguments. It does not
  generate intermediary C code anymore, it has two backends: a x86 COFF
  generator and LLVM (version 2.9).

  WWW: http://tibleiz.net/copper/
2013-02-07 17:20:12 +00:00
Pietro Cerutti
2a1734cc7d - Remove BROKEN on ia64, as it's reported to build and run fine there
Reported by:	Anton Shterenlikht <mexas@bristol.ac.uk>
2013-02-07 10:30:01 +00:00
Pietro Cerutti
02ff24a526 - Fix letf-overs
Reported by:	decke
2013-02-07 09:17:31 +00:00
Pietro Cerutti
2338dc1b3c - Add manpage-related files which didn't end up in yesterday's major Tcl/Tk
commit.
- Clean left-overs
2013-02-07 08:29:38 +00:00
Pietro Cerutti
08d561670f - Get rid of USE_TCL_THREAD and USE_TK_THREAD usages 2013-02-06 15:42:16 +00:00
Pietro Cerutti
4aaccd87ee - Complete my previous commit 2013-02-06 15:36:58 +00:00
Pietro Cerutti
7babc1bb95 - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0
Release notes: http://www.tcl.tk/software/tcltk/8.6.html

- Get rid of -thread slaves ports: threads are now enabled by
  default and can be OPTIONally disabled. This applies to:
  * lang/tcl84
  * lang/tcl85
  * lang/tcl86
  * x11-toolkits/tk84
  * x11-toolkits/tk85
  * x11-toolkits/tk86

- Get rid of tcl-modules slave port: modules are now installed by default and
  can be OPTIONally disabled. This applies to:
  * lang/tcl85
  * lang/tcl86

- Fix conflicts between man pages of different Tcl/Tk versions, by adding a
  suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86).

Reviewed by:	bf, crees
Approved by:	bapt (portmgr, after partial exp-run)
2013-02-06 15:25:57 +00:00
Baptiste Daroussin
6691e4da41 Fix build on FreeBSD 9+ 2013-02-06 09:28:22 +00:00
Baptiste Daroussin
651f05826b Remove the MESA option that brings in the expired gtkglarea, anyway this option
wasn't in OPTIONS_DEFINE so no change here for users
2013-02-06 07:34:43 +00:00
Gabor Pali
c731105b7f - Fix breakage in the DYNAMIC-enabled ports triggered by the recent
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)

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

New ports (20):

devel/hs-MonadRandom                     0.1.8
devel/hs-base64-conduit                  0.5.1
devel/hs-bifunctors                      3.2
devel/hs-either                          3.1
devel/hs-errors                          1.3.1
devel/hs-generic-deriving                1.4.0
devel/hs-lens                            3.8.5
devel/hs-profunctor-extras               3.3
devel/hs-profunctors                     3.2
devel/hs-reflection                      1.1.6
devel/hs-timezone-olson                  0.1.2
devel/hs-timezone-series                 0.1.2
math/hs-comonads-fd                      3.0.1
math/hs-groupoids                        3.0.1.1
math/hs-nats                             0.1
math/hs-semigroupoid-extras              3.0.1
security/hs-cipher-rc4                   0.1.2
security/hs-crypto-numbers               0.1.3
security/hs-crypto-pubkey                0.1.2
security/hs-crypto-random-api            0.2.0

Updated ports (107):

archivers/hs-zip-archive                 0.1.2.1          --> 0.1.3.3
archivers/hs-zlib-bindings               0.1.1.2          --> 0.1.1.3
audio/hs-libmpd                          0.8.0.1          --> 0.8.0.2
benchmarks/hs-criterion                  0.6.2.0          --> 0.6.2.1
converters/hs-aeson                      0.6.0.2_2        --> 0.6.1.0
converters/hs-dataenc                    0.14.0.4         --> 0.14.0.5
databases/hs-persistent                  1.0.2.2          --> 1.1.4
databases/hs-persistent-sqlite           1.0.1            --> 1.1.2
databases/hs-persistent-template         1.0.0.2          --> 1.1.2.1
devel/hs-BNFC                            2.4.2.1_1        --> 2.6.0.3
devel/hs-Boolean                         0.1.1            --> 0.1.2
devel/hs-TypeCompose                     0.9.7            --> 0.9.9
devel/hs-ansi-terminal                   0.5.5_5          --> 0.5.5.1
devel/hs-ansi-wl-pprint                  0.6.4_3          --> 0.6.6
devel/hs-basic-prelude                   0.3.1.0          --> 0.3.2.0
devel/hs-checkers                        0.2.9_2          --> 0.3.1
devel/hs-classy-prelude                  0.4.1            --> 0.4.3
devel/hs-classy-prelude-conduit          0.4.1            --> 0.4.3
devel/hs-conduit                         0.5.5            --> 0.5.6
devel/hs-configurator                    0.2.0.1          --> 0.2.0.2
devel/hs-cpphs                           1.15             --> 1.16
devel/hs-edit-distance                   0.2.1.1          --> 0.2.1.2
devel/hs-file-embed                      0.0.4.6          --> 0.0.4.7
devel/hs-filestore                       0.5.0.1          --> 0.6
devel/hs-fsnotify                        0.0.4            --> 0.0.6
devel/hs-ghc-paths                       0.1.0.8_5        --> 0.1.0.9
devel/hs-git-annex                       3.20121211       --> 3.20130124
devel/hs-hashable                        1.1.2.5          --> 1.2.0.5
devel/hs-hastache                        0.4.2            --> 0.5.0
devel/hs-hlint                           1.8.39           --> 1.8.43
devel/hs-hoogle                          4.2.14           --> 4.2.15
devel/hs-hspec                           1.4.2            --> 1.4.3
devel/hs-largeword                       1.0.3            --> 1.0.4
devel/hs-lifted-base                     0.2              --> 0.2.0.2
devel/hs-monad-logger                    0.2.3            --> 0.2.3.2
devel/hs-optparse-applicative            0.4.2            --> 0.5.2.1
devel/hs-pool-conduit                    0.1.0.3          --> 0.1.1
devel/hs-project-template                0.1.0.1          --> 0.1.1
devel/hs-silently                        1.2.4            --> 1.2.4.1
devel/hs-smallcheck                      0.6.1_2          --> 0.6.2
devel/hs-system-fileio                   0.3.10           --> 0.3.11
devel/hs-unix-compat                     0.4.0.0          --> 0.4.1.0
devel/hs-unordered-containers            0.2.2.1          --> 0.2.3.0
devel/hs-vault                           0.2.0.1          --> 0.2.0.4
devel/hs-void                            0.5.8            --> 0.5.11
devel/hs-word8                           0.0.2            --> 0.0.3
mail/hs-mime-types                       0.1.0.0          --> 0.1.0.2
math/hs-categories                       1.0.4            --> 1.0.5
math/hs-comonad                          3.0.0.2          --> 3.0.1.1
math/hs-comonad-transformers             3.0              --> 3.0.1
math/hs-distributive                     0.2.2_2          --> 0.3
math/hs-pointed                          3.0.1            --> 3.0.2
math/hs-semigroupoids                    3.0.0.1          --> 3.0.2
math/hs-semigroups                       0.8.4.1          --> 0.9
net/hs-network-conduit                   0.6.1.1          --> 0.6.2.2
net/hs-simple-sendfile                   0.2.8            --> 0.2.10
print/hs-hscolour                        1.20.3,1         --> 1.20.3_1,1
security/hs-certificate                  1.3.3            --> 1.3.5
security/hs-cipher-aes                   0.1.5            --> 0.1.7
security/hs-clientsession                0.8.0.1          --> 0.8.1
security/hs-cprng-aes                    0.2.4            --> 0.3.4
security/hs-crypto-conduit               0.4.1            --> 0.4.3
security/hs-cryptocipher                 0.3.6            --> 0.4.0
security/hs-cryptohash                   0.7.9            --> 0.8.3
security/hs-pem                          0.1.1_2          --> 0.1.2
security/hs-skein                        0.1.0.10         --> 0.1.0.11
security/hs-tls                          1.0.2            --> 1.1.1
security/hs-tls-extra                    0.5.0            --> 0.6.1
sysutils/hs-angel                        0.3.3            --> 0.3.4
textproc/hs-Diff                         0.1.3_3          --> 0.2.0
textproc/hs-attoparsec                   0.10.2.0_2       --> 0.10.3.0
textproc/hs-blaze-html                   0.5.1.1          --> 0.5.1.3
textproc/hs-blaze-markup                 0.5.1.2          --> 0.5.1.4
textproc/hs-case-insensitive             0.4.0.3          --> 0.4.0.4
textproc/hs-citeproc-hs                  0.3.6            --> 0.3.7
textproc/hs-double-conversion            0.2.0.5          --> 0.2.0.6
textproc/hs-highlighting-kate            0.5.3.3          --> 0.5.3.5
textproc/hs-hs-bibutils                  4.15             --> 4.16
textproc/hs-regex-pcre-builtin           0.94.4.3.8.31    --> 0.94.4.5.8.31
textproc/hs-texmath                      0.6.1.1          --> 0.6.1.3
textproc/hs-yaml                         0.8.1.1          --> 0.8.2
www/hs-gitit                             0.10.0.2         --> 0.10.1.2
www/hs-hamlet                            1.1.1.1          --> 1.1.3.1
www/hs-heist                             0.8.2            --> 0.11.0
www/hs-hjsmin                            0.1.3            --> 0.1.4
www/hs-http-conduit                      1.8.4.3          --> 1.8.7
www/hs-http-date                         0.0.3            --> 0.0.4
www/hs-http-reverse-proxy                0.1.0.6          --> 0.1.1.1
www/hs-shakespeare-js                    1.1.0            --> 1.1.1
www/hs-snap                              0.9.2.2          --> 0.11.0
www/hs-wai-app-static                    1.3.0.4          --> 1.3.1_1
www/hs-wai-extra                         1.3.0.4          --> 1.3.2
www/hs-warp                              1.3.5            --> 1.3.7.1
www/hs-xss-sanitize                      0.3.2_2          --> 0.3.3
www/hs-yesod                             1.1.4.1          --> 1.1.7.2
www/hs-yesod-auth                        1.1.2            --> 1.1.3
www/hs-yesod-core                        1.1.6.1          --> 1.1.7.1
www/hs-yesod-default                     1.1.2            --> 1.1.3
www/hs-yesod-form                        1.2.0.1          --> 1.2.0.2
www/hs-yesod-persistent                  1.1.0            --> 1.1.0.1
www/hs-yesod-platform                    1.1.5            --> 1.1.7.2
www/hs-yesod-static                      1.1.1.1          --> 1.1.1.2
www/hs-yesod-test                        0.3.1.1          --> 0.3.3
x11-wm/hs-xmonad                         0.10_4           --> 0.11
x11-wm/hs-xmonad-contrib                 0.10_4           --> 0.11
x11/hs-X11                               1.5.0.1_3        --> 1.6.0.2
x11/hs-xmobar                            0.14_3           --> 0.16

Obtained from:	FreeBSD Haskell
2013-02-05 22:26:31 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Baptiste Daroussin
cd8a69e251 Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
2013-02-05 15:07:10 +00:00
Pietro Cerutti
632c877ba7 - Update to 20130203
Changes:

  * Files to generate man pages for Seed7 interpreter and compiler have
    been added to the documentation (files doc/s7.1 and doc/s7c.1).
  * The makefiles have been improved to support the targets distclean
    and test.
  * The operators radix and RADIX have been added to the libraries
    integer.s7i and bigint.s7i. This operators convert an integer
    respectively bigInteger to a string. The conversion uses the
    numeral system with the given base.
  * The variants of the function str, which have a second parameter to
    specify a numeric base, are deprecated now and will be removed in a
    future release. The operators radix and RADIX should be used
    instead.
  * Interpreter and compiler have been improved to support the
    operators radix and RADIX.
  * In chkint.sd7 checks for the function str with base have been
    replaced with checks for the operators radix and RADIX.
  * Usages of the function str with base have been changed to usages
    of the operators radix or RADIX in the files gethttp.s7i, bas7.sd7,
    encoding.s7i and s7c.sd7.
  * Errors in bas7.sd7, concerning the function VARPTR and the
    statement OPEN, have been fixed.
  * The function getLineWithMacrosApplied in makedata.s7i has been
    improved to ignore space and tab characters after an escaped
    newline.
  * Result variables have been renamed in various libraries and example
    programs.
  * The currency sign character has been added to stdfont10.s7i,
    stdfont12.s7i, stdfont14.s7i, stdfont16.s7i, stdfont18.s7i,
    stdfont20.s7i, stdfont24.s7i, vecfont10.s7i and vecfont18.s7i.
  * The file chkccomp.c has been improved to define a macro that
    describes what happens, when a cast of a float to int overflows.

- This release features the inclusion of the man pages for the seed7
  interpreter s7(1) and compiler s7c(1)

- Remove patch included upstream
2013-02-05 08:46:44 +00:00
Romain Tartière
ea54e86153 Enable sgen.
PR:		ports/175518
Submitted by:	Jack Pappas <jack.pappas@tidepowerd.com>
2013-02-04 21:57:56 +00:00
Pietro Cerutti
012a59bb0e - Mark lang/tcl83 and x11-toolkits/tk83 as DEPRECATED, to expire in 2 months
Tcl/Tk 8.3 has been long unmaintained upstream, with the last release almost
  10 years ago.
2013-02-04 15:28:16 +00:00
Andrej Zverev
862e4cc0a8 - Remove lang/perl5.8 and lang/perl5.10
Reviewed by:	bapt@
Approved by:	skv@ (implicit via email)
2013-02-04 08:46:42 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Chris Rees
e637c21abb Fix logic (should be defined to true integer, not false).
While here, let's use patch from upstream so it obviously conflicts on
the next update.

Submitted by:	koobs
Obtained from:	http://bugs.python.org/issue16753
2013-02-03 11:43:26 +00:00
Brendan Fabeny
354a739598 update lang/sbcl to 1.1.4 and adjust dependent ports 2013-02-02 21:57:41 +00:00
Chris Rees
7b720b845f Fix package on 9.1-RELEASE 2013-02-02 13:32:45 +00:00
Gabor Pali
2fa807b192 - PKGNAMEPREFIX must appear earlier for bsd.cabal.mk consumers otherwise
their options are mishandled

Reported by:	sperber
Obtained from:	FreeBSD Haskell
2013-02-02 13:29:08 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Brooks Davis
529da1f624 As long promised, remove llvm-gcc4 in favor of the dragonegg gcc plugin.
Remove llvm29 as it is ancient and only existed to support llvm-gcc4.
2013-02-01 14:48:06 +00:00
Tom Judge
4e8c5ab888 Mark as jobs unsafe.
Don't bump port revision.

PR:		ports/174443
Submitted by:	4721@hushmail.com
2013-02-01 02:23:01 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Jimmy Olgeni
ba21e5c6e0 Use DOCSDIR where possible. 2013-01-31 12:49:24 +00:00
Cy Schubert
8e80a3bae7 Update 2.060 --> 2.061 2013-01-31 02:33:26 +00:00
Cy Schubert
0416b39649 Update 1.075 --> 1.076 2013-01-31 02:32:38 +00:00
Jimmy Olgeni
4def8bcfac Convert Makefile header to new format. 2013-01-30 23:42:11 +00:00
Jimmy Olgeni
ff8526151d Back when Erlang R15 was imported, lang/erlang14 was added as a
safety fallback option.

Since no issues came up with R15 it can now be removed.
2013-01-30 17:07:20 +00:00
Jung-uk Kim
57945c1ebe - Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
2013-01-29 00:35:32 +00:00
Baptiste Daroussin
57d930a266 Update master_site
Submitted by:	"Julian H. Stacey" <jhs@berklix.com> (maintainer)
2013-01-28 15:31:13 +00:00
Jimmy Olgeni
0821d5883f Convert Makefile headers to the new format in my ports (round #2). 2013-01-26 15:03:48 +00:00
Jimmy Olgeni
3ffb31b841 Convert Makefile headers to the new format in my ports. 2013-01-26 14:50:30 +00:00
Gerald Pfeifer
50342b8b31 Use the new lang/gcc-ecj45 port when building the Java frontend
instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]

Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

On the way, update to the 20130125 of GCC 4.6.4.

PR:		175072 [1]
2013-01-26 14:23:59 +00:00
Gerald Pfeifer
fd4f741776 Remove stray entry from packaging list.
Reported by:	Paul Reynold <preynold@redcom.com>
2013-01-25 20:40:46 +00:00
Alex Kozlov
3e84edccd0 - Update to 0.9.9.38
PR:	ports/175548
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-01-25 09:23:50 +00:00
Julien Laffaye
b6a6e4384c Add i386 to supported arch. 2013-01-24 19:11:46 +00:00
Alex Kozlov
80f338f6ab - Update to 0.2.9
- Convert Makefile headers to new style
- Remove indefinite article from COMMENT

PR:	ports/175539
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2013-01-24 10:06:09 +00:00
Florian Smeets
f8f8cc687a Update to 5.3.21 2013-01-22 22:01:17 +00:00
Gabor Pali
38d88281cf - Fix configure flags for the bootstrap compiler, so now it works for
clang-only base systems too [1]
- Allow to use GCC 4.6 and later (requested by: gerald)
- Add USE_NCURSES, so now it can pick up ports ncurses when installed
- Fix COMMENT to comply with the Porter's Handbook

PR:		ports/161356 [1]
Submitted by:	David Marker <dmarker@freedave.net> (reworked by: ashish) [1]
Obtained from:	FreeBSD Haskell
2013-01-22 10:52:37 +00:00
Alex Dupre
a298a24f46 Update to 5.4.11 release. 2013-01-22 08:20:05 +00:00
Brooks Davis
d384cef478 Fix build by depending on the llvm31 port, not just the package
Reported by:	pgj
2013-01-22 02:05:58 +00:00
Pietro Cerutti
45138b435f - Update to 05_20130120
Changes:

  * Interpreter and compiler have been improved to support the option
    *l. This option allows adding a directory to the include library
    search path (e.g.: -l ../lib).
  * The compiler (s7c) has been improved to support the option -b.
    With -b the directory of the Seed7 runtime libraries can be
    specified (e.g.: -b ../bin).
  * The target s7c in the makefiles has been changed to take advantage
    of the options -l and -b. Now packages can compile the Seed7
    compiler without a post install step.
  * Additional function variants of parseFile, parseStri and execute
    have been added to the library progs.s7i. The new functions allow
    a detailed specification of parse and execution options.
  * The library gzip.s7c has been improved to decode also blocks with
    fixed Huffman codes. This type of block is almost never used since
    dynamic Huffman codes compress better.
  * The parsing of bigInteger literals has been improved to support
    literals with bases other than 10 (e.g.: 16#FEDCBA98765434210_).
  * The integer and bigInteger functions str (conversion to string)
    have been changed to use lower case characters for digits larger
    than 9. Now str(48879, 16) returns "beef" instead of "BEEF".
  * The program make7.sd7 and the library make.s7i have been improved
    to support multiple targets and the option -C.
  * The Seed7 compiler has been improved to generate special inline
    code for the case that the C floating point division by zero does
    not result in Infinity, -Infinity or NaN (not a number).
  * The functions chkLiteral and chkBitLength as well as checks for
    shifts with negative shift count have been added to the program
    chkbig.sd7.
  * The function check_division as well as has checks for the operator
    /:= (in check_nan) have been added to the program chkflt.sd7.
  * The function check_str in chkint.sd7 has been improved to check
    the new behaviour of the function str with a give base.
  * The makefile mk_clang.mak has been added to support compilation
    with the clang C compiler.
  * The explanations of possible compilation errors in src/read_me.txt
    have been improved.
  * The functions interpreterPath and callOwnProgram have been removed
    from the libraries environment.s7i respectively shell.s7i. This
    functions were not used in any example program.
  * The support for the interpreter option -m (use less memory during
    the analyzing phase) has been removed. On many systems it was a
    noop anyway.
  * Result variables have been renamed in various libraries and example
    programs.
  * The functions find_include_file, print_lib_path, append_to_lib_path
    and init_lib_path have been moved from infile.c to the new file
    libpath.c.
  * The function gen_rtl_array has been defined in the new file
    arrutl.c. The function is used in the files cmdlib.c (functions
    cmd_pipe2, cmd_pty, cmd_start_process) and prglib.c (functions
    prg_exec, prg_fil_parse, prg_str_parse).
  * The interpreter/compiler improvements (option -l) and the new
    function variants in progs.s7i have been realized with changes in
    prg_comp.c, analyze.c, data.h, infile.c, infile.h, info.c, option.h
    and s7.c.
  * The functions prgExec, prgFilParse and prgStrParse in prg_comp.c
    have been improved to support additional parse and execution
    options.
  * The function interpr has been renamed to interpret and moved from
    exec.c to prg_comp.c.
  * The function copy_args has been moved from prclib.c to prg_comp.c.
  * In traceutl.c the function set_trace has been changed and the
    function set_trace2 has been removed. The functions mapTraceFlags,
    mapTraceFlags2 and set_protfile_name have been added.
  * The functions uBigMultiplyAndAdd and bigParseBased have been added
    to big_rtl.c:
  * In big_gmp.c the functions bigBitLength, bigLShift, bigRShift,
    bigLShiftAssign, bigRShiftAssign, bigParse, and bigToInt32 have
    been improved and bigParseBased has been added.
  * To support bigInteger literals with base the file numlit.c has been
2013-01-21 17:04:13 +00:00
Guido Falsi
8b4ac366cc - Update to 0.9.9.28
PR:		ports/175115
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-01-20 23:38:13 +00:00
Gerald Pfeifer
cfa2046814 Use the new lang/gcc-ecj45 port when building the Java frontend
instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]

On the way, update to the 20130119 snapshot of GCC 4.7.3.

PR:		175072 [1]
2013-01-20 22:32:38 +00:00
Gerald Pfeifer
8b12fade52 Use the new lang/gcc-ecj45 port when building the Java frontend
instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]

On the way, update to the 20130113 snapshot of GCC 4.8.0.

PR:		175072
2013-01-20 16:44:04 +00:00
Gerald Pfeifer
cd95f27ce7 Welcome gcc-ecj45, a new port that provides a pre-built version of the
Eclipse Java Compiler (ECJ) used to build and support the Java frontend
of GCC, the GNU Compiler Collection.

This is not new code to us, but breaks out what we have been manually
(and redundantly) carrying in our four GCC 4.6, 4.7 and 4.8 ports
lang/gcc, lang/gcc46, lang/gcc47 and lang/gcc48.

PR:		175072
2013-01-20 15:22:12 +00:00
Niclas Zeising
8546fdc614 Update to 4.8.0.1
Changelog: http://code.call-cc.org/releases/4.8.0/NEWS

PR:		ports/175413
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Approved by:	kwm, miwi (mentors, implicit)
2013-01-18 18:56:04 +00:00
David Naylor
6248a797e6 - Update to my new FreeBSD address
- Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
2013-01-16 20:15:07 +00:00
Alex Dupre
bd06ab16ae Update to 2.10.0 release. 2013-01-16 16:31:55 +00:00
Alex Dupre
ebfd1e476b Update to 2.10.0 release.
PR:		ports/175342
Submitted by:	maintainer
2013-01-16 16:31:26 +00:00
Grzegorz Blach
a0387acfb6 - Update EFL to 1.7.5
- Change master site to download.enlightenment.fr

Approved by:	tabthorpe (mentor)
2013-01-15 17:01:33 +00:00
Romain Tartière
e53eeae32e - Fix ONLY_FOR_ARCHS [1];
- While here, pet portlint(1).

PR:		ports/174864 [1]
Submitted by:	jhibbits [1]
2013-01-15 12:21:25 +00:00
Jun Kuriyama
71a0393e4a - Upgrade to 1.8.1. 2013-01-15 02:52:30 +00:00
Marcus von Appen
996e4b60c3 - Fix the -OPT:Olimit=X detection for clang, which could pollute the
output of python27-config --cflags

PR:		ports/172859 ports/161494 ports/174525
Submitted by:	Oleg Nauman <oleg.nauman@gmail.com>
2013-01-14 17:56:47 +00:00
Jimmy Olgeni
1735ec5320 Upgrade to version 9.1.1, with amd64 support.
The configure script is not able to detect some functions from
fenv.h, possibly because it does not use "#pragma STDC FENV_ACCESS ON",
which is used in the actual code. If you know of a way to make
configure work without hacking config.h.in, suggestions are welcome.
2013-01-12 16:58:37 +00:00
Jason Helfman
f0bbc55498 - update remaining ruby@ maintained ports to new options framework
- trim historical header where applicable

Reviewed by:	swills@ (ruby@)
2013-01-11 22:05:13 +00:00
Gerald Pfeifer
5cde3656fc Update to the 20130106 snapshot of GCC 4.8.0.
This brings a new merge with upstream libffi and a new info
document (libffi.info) as well as a new man page.
2013-01-11 13:36:02 +00:00
Romain Tartière
6d4f66e7ae Update to 3.0.3. 2013-01-11 08:31:54 +00:00
Ruslan Makhmatkhanov
a30c524880 - fix options dialog 2013-01-11 07:18:27 +00:00
Brooks Davis
780409d978 Now that I've committed a dragonegg port give llvm-gcc4 and llvm29 three
last weeks to live.
2013-01-10 18:31:21 +00:00
Brooks Davis
19abbab36e Add a port of the 3.2 release of the dragonegg GCC plugin. 2013-01-10 18:25:17 +00:00
Brooks Davis
d10a7026cc Update the develoment version of the llvm, clang and dragonegg ports to
3.3.r172076.
2013-01-10 18:01:28 +00:00
Brooks Davis
258832c938 Upgrade llvm and clang to the 3.2 release. 2013-01-10 16:34:44 +00:00
Brooks Davis
43c117a8b7 Depend on llvm31/clang31 ports to avoid breakage when I update
llvm/clang to 3.2.
2013-01-10 16:30:53 +00:00
Brooks Davis
eaca7581b2 In preparation for updating llvm and clang to 3.2, create temporary
ports of 3.1 so ports that don't yet work with 3.2 continue to work.
2013-01-10 16:19:44 +00:00
Jimmy Olgeni
b69398fc8c Fix a couple of issues, using patches from erlang-patches:
- When using an async thread pool, terminating a process that uses
the file:open/2 that specify the "compressed" option causes a crash.
(by Filipe David Manana)

- Due to a bug in ssl_manager:clean_cert_db, very time a tcp
connection was upgraded the certificates would be leaked and never
removed from the 'ssl_otp_cacertificate_db' table. (by Daniel Barney)
2013-01-10 14:42:50 +00:00
Frederic Culot
b2d7c58050 - Update to 2012.11
Changes:	http://rakudo.org/2012/11/28/rakudo-star-2012-11-released/
PR:		ports/173983
Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>
2013-01-10 14:34:07 +00:00
Florian Smeets
a9fe9cfae6 Restore mistakenly removed PORTREVISION?= 2013-01-09 21:58:12 +00:00
Florian Smeets
79868f3491 Update to 5.3.20 2013-01-09 21:55:32 +00:00
Pietro Cerutti
03cbe81873 - Update to 05_20130105
Changes:

  * The Seed7 interpreter was renamed. The new name of the Seed7 interpreter
    is s7.
  * Manual, FAQ, read_me files and several example programs were updated to
    use the new name of the Seed7 interpreter (s7).
  * The build process of a package can compile interpreter and compiler with
    (xx and yy must be replaced with a path):
    $ make S7_LIB_DIR=xx SEED7_LIBRARY=yy depend s7 s7c
  * The function drwOpen in drw_win.c was improved to hide the console
    window, when the program was not started from a console.
  * Descriptions of the operators 'sci' and 'exp' were added to the manual.
  * Documentation comments were added to clib_file.s7i.
  * In pixmap_file.s7i the functions for pixmapFontFiles were improved.
  * Interpreter and compiler were improved to allow using winmain as main
    function.
  * In cmd_win.c the function prepareCommandLine was improved and in the
    function cmdStartProcess the flag wShowWindow was changed to 1.
  * The file hi.c was renamed to s7.c.
  * In striutl.c the function escape_command was changed to quote commands
    with special characters under windows.
  * In striutl.c the function cp_to_command was improved to do a quoting
    under windows, even when there are no parameters.
  * Parameter names were added to null_file.s7i, osfiles.s7i, time.s7i,
    pixmapfont.s7i, progs.s7i, reference.s7i, seed7_05.s7i, shell.s7i,
    stritext.s7i, text.s7i, rever.sd7 and snake.sd7.
2013-01-09 16:48:22 +00:00
Pietro Cerutti
996138b39f - Update to 3.14.1
PR:		174089
Submitted by:	gahr
Approved by:	maintainer (timeout > 1 month)
2013-01-08 10:22:33 +00:00
Ruslan Makhmatkhanov
d1fcb4b888 - update to 3.2.5
- trim Makefile header
- convert to optionsng

while here:
- remove indefinite article
- fix fetch
- limit to python 2.x only (except/print)
- whitespace fix in pkg-descr
- fix pkg-plist

PR:		175056
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-01-07 10:27:57 +00:00
Li-Wen Hsu
c4f6241798 - Update to 0.5
PR:		ports/174670
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2013-01-07 06:35:04 +00:00
Matthias Andree
ede09e7ce8 Fix typo in MAINTAINER address (was also in the submitted .shar). 2013-01-06 17:42:35 +00:00
Matthias Andree
fdc96c8fdd Add new port lang/lua52.
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
scripting, and rapid prototyping.

A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the
language small, while allowing the semantics to be extended in unconventional
ways. Extensible semantics is a distinguishing feature of Lua.

Lua is implemented as a small library of C functions, written in ANSI C, and
compiles unmodified in all known platforms. The implementation goals are
simplicity, efficiency, portability, and low embedding cost.

WWW: http://www.lua.org/

PR:		ports/174437
Submitted by:	Green Dog <fiziologus@gmail.com>
2013-01-05 23:24:51 +00:00
Matthias Andree
b3b45538b9 Bugfix:
- Record liblua's dependency on libm.so explicitly. [1]

Assorted lint removals:
- Convert to Options NG
- Reduce old-style Makefile header
- USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes

PR:		ports/174964
Submitted by:	Matthew X. Economou
2013-01-05 22:47:04 +00:00
Brendan Fabeny
2a56971eac update lang/sbcl to 1.1.3 and adjust dependent ports 2013-01-05 14:13:46 +00:00
Anton Berezin
c79427e856 Update to 0.12.
Changes:	http://search.cpan.org/dist/Try-Tiny/Changes
2013-01-04 08:46:08 +00:00
Gerald Pfeifer
1b8233fc09 Update (and soften) DEPRECATED statement.
Mark BROKEN on FreeBSD 10.0 and later.

Reported by:	erwin
2013-01-03 05:25:58 +00:00
Ruslan Makhmatkhanov
4a5511a4a9 - update to 2012.1
while here:
- trim Makefile header
- convert to optionsng (PORTDOCS case)
- add WWW

PR:		174909
Submitted by:	Hannes Mehnert <hannes@mehnert.org> (maintainer)
2013-01-02 22:29:56 +00:00
Jeremy Messenger
647b339968 Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
2012-12-31 17:03:21 +00:00
Johan van Selst
a6eb554178 Update docs for ocaml 3.12.1 2012-12-31 14:16:12 +00:00
Johan van Selst
8a5d35c41a - Force use of modern GCC (4.6+) on FreeBSD 8.x and older
Otherwise, an unusable binary would be produced
- Bump PR

PR:		ports/174837
Submitted by:	Klaus Aehlig <aehlig@linta.de>
2012-12-31 13:34:42 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Anton Berezin
f8a31a3bc6 Update to 1.27.
Changes:	http://search.cpan.org/dist/Scalar-List-Utils/Changes
2012-12-29 13:45:04 +00:00
Pawel Pekala
071ba8898a - Update to version 2.0.5 [1]
- Convert to OptionsNG
- Remove tab from WWW: line

PR:		ports/174510 [1]
Submitted by:	Radim Kolar <hsn@sendmail.cz>
Approved by:	Mitchell Smith <mjsotn@gmail.com> (maintainer)
2012-12-29 00:05:40 +00:00
Gabor Pali
81b2714cb4 - Make dependency on base-system ncurses explicit -- this fixes potential
build errors when devel/ncurses is also installed

PR:		ports/174703
Reported by:	Finn <bash.org@gmail.com>
Obtained from:	FreeBSD Haskell
2012-12-28 20:05:44 +00:00
Baptiste Daroussin
a1e2ed18dd Reset maintainership per maintainer request
While here:
- trim headers
- Remove shlib number
- Small cleanup up
2012-12-27 17:28:35 +00:00
Johan van Selst
13414184e1 Update gawk to 4.0.2 2012-12-27 08:43:58 +00:00
Li-Wen Hsu
6e2fa0573b - Remove "first-installed-win" logic for automatically setting
${PYTHON_DEFAULT_VERSION}, this generates conflicting packages.

- Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION}
  will create python and python${MAJOR_VERSION} links.  In current default,
  lang/python27 will create: python -> python2 -> python2.7

- Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link.
  At this point, lang/python33 will create python3 -> python3.3

- Minor cleanups
  * Trim Makefile headers
  * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ

[1] http://www.python.org/dev/peps/pep-0394/
2012-12-23 17:52:46 +00:00
Grzegorz Blach
c9078cdad0 - Remove unneeded patches
Approved by:	crees (mentor)
2012-12-23 11:35:11 +00:00
Grzegorz Blach
2d250bb95e - Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG

Approved by:	crees (mentor)
2012-12-22 20:54:59 +00:00
Marcus von Appen
68aaa1b51a - Remove test and regression-test targets for now - they pollute the
installation on tinderboxes causing leftovers

Discussed with:	Kubilay Kocak <koobs.freebsd@gmail.com>
2012-12-21 21:17:33 +00:00
Dmitry Sivachenko
10277be714 Create python2 symlink for the latest version of python2.X executable and
python3 symlink for the latest version of python3.X executable.

People who really want to use older python version for both python branches
should specify explicit version number in interpreter invocation.

Discussed on python@ long ago.
2012-12-21 15:45:29 +00:00
Alex Dupre
191ec4a2d5 Update to 5.4.10 release. 2012-12-20 21:15:05 +00:00
Dmitry Sivachenko
9abdbdda92 Add python33. 2012-12-20 15:51:30 +00:00
Pietro Cerutti
6b10aaf833 - Respect user's CFLAGS 2012-12-20 12:47:43 +00:00
Dmitry Sivachenko
c3793c1fde Port for python version 3.3.
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
2012-12-20 11:55:54 +00:00
Gabor Pali
f6f83c9efc - Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

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

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):

devel/hs-List                            0.5.1
devel/hs-ReadArgs                        1.2.1
devel/hs-SafeSemaphore                   0.9.0
devel/hs-activehs-base                   0.3.0.2
devel/hs-async                           2.0.1.3
devel/hs-basic-prelude                   0.3.1.0
devel/hs-classy-prelude                  0.4.1
devel/hs-classy-prelude-conduit          0.4.1
devel/hs-data-pprint                     0.2.1.4
devel/hs-date-cache                      0.3.0
devel/hs-fsnotify                        0.0.4
devel/hs-hinotify                        0.3.5
devel/hs-hspec-expectations              0.3.0.3
devel/hs-kqueue                          0.1.2.4
devel/hs-monad-logger                    0.2.3
devel/hs-optparse-applicative            0.4.2
devel/hs-project-template                0.1.0.1
devel/hs-setenv                          0.1.0
devel/hs-simple-reflect                  0.2
devel/hs-threads                         0.5.0.1
devel/hs-time-compat                     0.1.0.2
devel/hs-unix-time                       0.1.4
devel/hs-word8                           0.0.2
graphics/hs-dia-base                     0.1.1.2
graphics/hs-dia-functions                0.2.1.3
mail/hs-mime-types                       0.1.0.0
net/hs-network-info                      0.2.0.3
net/hs-network-multicast                 0.0.7
security/hs-cipher-aes                   0.1.5
textproc/hs-hexpat                       0.20.3
www/hs-activehs                          0.3.0.1
www/hs-http-reverse-proxy                0.1.0.6

Updated ports (211):

archivers/hs-tar                         0.4.0.0_1        --> 0.4.0.1
archivers/hs-zip-archive                 0.1.1.8_1        --> 0.1.2.1
archivers/hs-zlib                        0.5.3.3_1        --> 0.5.4.0
archivers/hs-zlib-bindings               0.1.0.1_1        --> 0.1.1.2
archivers/hs-zlib-conduit                0.4.0.2          --> 0.5.0.3
archivers/hs-zlib-enum                   0.2.2.1_1        --> 0.2.3
audio/hs-libmpd                          0.8.0_1          --> 0.8.0.1
benchmarks/hs-criterion                  0.6.0.1_2        --> 0.6.2.0
converters/hs-dataenc                    0.14.0.3_2       --> 0.14.0.4
converters/hs-json                       0.5_1            --> 0.7
databases/hs-persistent                  0.9.0.4_1        --> 1.0.2.2
databases/hs-persistent-sqlite           0.9.0.2_1        --> 1.0.1
databases/hs-persistent-template         0.9.0.2_1        --> 1.0.0.2
devel/hs-Boolean                         0.0.1_5          --> 0.1.1
devel/hs-DeepArrow                       0.3.5_2          --> 0.3.7
devel/hs-HUnit                           1.2.4.2_2        --> 1.2.5.1
devel/hs-MemoTrie                        0.5_1            --> 0.6.1
devel/hs-MissingH                        1.1.1.0_2        --> 1.2.0.0
devel/hs-MonadCatchIO-mtl                0.3.0.4_3        --> 0.3.0.5
devel/hs-QuickCheck                      2.4.2_1          --> 2.5.1.1
devel/hs-Stream                          0.4.6_2          --> 0.4.6.1
devel/hs-TypeCompose                     0.9.1_2          --> 0.9.7
devel/hs-abstract-deque                  0.1.5_1          --> 0.1.6
devel/hs-alex                            3.0.1_1          --> 3.0.2
devel/hs-arrows                          0.4.4.0_4        --> 0.4.4.1
devel/hs-asn1-data                       0.6.1.3_1        --> 0.7.1
devel/hs-base-unicode-symbols            0.2.2.3_2        --> 0.2.2.4
devel/hs-base64-bytestring               0.1.2.0          --> 1.0.0.0
devel/hs-blaze-builder-conduit           0.4.0.2_1        --> 0.5.0.3
devel/hs-blaze-builder-enumerator        0.2.0.4_1        --> 0.2.0.5
devel/hs-blaze-textual                   0.2.0.6_2        --> 0.2.0.8
devel/hs-bytestring-nums                 0.3.5_2          --> 0.3.6
devel/hs-c2hs                            0.16.3_3         --> 0.16.4
devel/hs-cmdargs                         0.9.5_1          --> 0.10.1
devel/hs-conduit                         0.4.2_1          --> 0.5.5
devel/hs-configurator                    0.2.0.0_2        --> 0.2.0.1
devel/hs-cpphs                           1.14             --> 1.15
devel/hs-darcs                           2.8.1_1          --> 2.8.3
devel/hs-data-default                    0.4.0_1          --> 0.5.0
devel/hs-directory-tree                  0.10.1           --> 0.11.0
devel/hs-edit-distance                   0.2.1_1          --> 0.2.1.1
devel/hs-fast-logger                     0.0.2_2          --> 0.3.1
devel/hs-file-embed                      0.0.4.4_1        --> 0.0.4.6
devel/hs-filemanip                       0.3.5.2_6        --> 0.3.6.2
devel/hs-filestore                       0.5_1            --> 0.5.0.1
devel/hs-filesystem-conduit              0.4.0_1          --> 0.5.0.2
devel/hs-gconf                           0.12.1_3         --> 0.12.1.1
devel/hs-ghc-events                      0.4.0.0_2        --> 0.4.2.0
devel/hs-ghc-mtl                         1.0.1.1_2        --> 1.0.1.2
devel/hs-gio                             0.12.3_1         --> 0.12.4
devel/hs-git-annex                       3.20120807       --> 3.20121211
devel/hs-glib                            0.12.3.1_1       --> 0.12.4
devel/hs-gtk2hs-buildtools               0.12.3.1_1       --> 0.12.4
devel/hs-haddock                         2.10.0_1         --> 2.11.0
devel/hs-happy                           1.18.9_1         --> 1.18.10
devel/hs-hashable                        1.1.2.3_1        --> 1.1.2.5
devel/hs-hashed-storage                  0.5.9_2          --> 0.5.10
devel/hs-hashtables                      1.0.1.6_1        --> 1.0.1.8
devel/hs-haskell-src-exts                1.13.3_1         --> 1.13.5
devel/hs-hastache                        0.4.1            --> 0.4.2
devel/hs-hint                            0.3.3.4_1        --> 0.3.3.5
devel/hs-hlint                           1.8.30           --> 1.8.39
devel/hs-hoogle                          4.2.11_1         --> 4.2.14
devel/hs-hslogger                        1.1.5_2          --> 1.2.1
devel/hs-hspec                           1.2.0.1          --> 1.4.2
devel/hs-language-javascript             0.5.4_1          --> 0.5.7
devel/hs-largeword                       1.0.1_2          --> 1.0.3
devel/hs-lifted-base                     0.1.1_1          --> 0.2
devel/hs-logict                          0.5.0.1_1        --> 0.5.0.2
devel/hs-monad-control                   0.3.1.3_1        --> 0.3.1.4
devel/hs-mtl                             2.1.1_1          --> 2.1.2
devel/hs-murmur-hash                     0.1.0.5_2        --> 0.1.0.6
devel/hs-parallel                        3.2.0.2_1        --> 3.2.0.3
devel/hs-pool-conduit                    0.1.0.2_1        --> 0.1.0.3
devel/hs-primitive                       0.4.1_2          --> 0.5.0.1
devel/hs-resource-pool                   0.2.1.0_1        --> 0.2.1.1
devel/hs-resourcet                       0.3.3.1          --> 0.4.4
devel/hs-silently                        1.2.0.2          --> 1.2.4
devel/hs-split                           0.1.4.3          --> 0.2.1.1
devel/hs-stm                             2.3_1            --> 2.4
devel/hs-syb                             0.3.6.1_1        --> 0.3.7
devel/hs-syb-with-class                  0.6.1.3_2        --> 0.6.1.4
devel/hs-system-fileio                   0.3.8            --> 0.3.10
devel/hs-system-filepath                 0.4.6_1          --> 0.4.7
devel/hs-tagged                          0.4.2.1_1        --> 0.4.4
devel/hs-temporary                       1.1.2.3_1        --> 1.1.2.4
devel/hs-terminfo                        0.3.2.4          --> 0.3.2.5
devel/hs-test-framework                  0.6_1            --> 0.8
devel/hs-test-framework-hunit            0.2.7_2          --> 0.3.0
devel/hs-test-framework-quickcheck2      0.2.12.2_1       --> 0.3.0.1
devel/hs-text                            0.11.2.0_1       --> 0.11.2.3
devel/hs-threadscope                     0.2.1_3          --> 0.2.2
devel/hs-uniplate                        1.6.7_1          --> 1.6.10
devel/hs-unix-compat                     0.3.0.1_1        --> 0.4.0.0
devel/hs-unordered-containers            0.2.1.0_1        --> 0.2.2.1
devel/hs-uuagc                           0.9.40.3_1       --> 0.9.42.2
devel/hs-uuagc-cabal                     1.0.2.0_2        --> 1.0.4.0
devel/hs-vault                           0.2.0.0_1        --> 0.2.0.1
devel/hs-vector                          0.9.1_2          --> 0.10.0.1
devel/hs-vector-algorithms               0.5.4_1          --> 0.5.4.2
devel/hs-void                            0.5.6            --> 0.5.8
ftp/hs-curl                              1.3.7_3          --> 1.3.8
graphics/hs-cairo                        0.12.3.1_1       --> 0.12.4
lang/hs-unlambda                         0.1_6            --> 0.1.3
mail/hs-email-validate                   0.2.8_1          --> 0.3.2
mail/hs-mime                             0.3.3.2          --> 0.3.4
mail/hs-mime-mail                        0.4.1.1_2        --> 0.4.1.2
math/hs-categories                       1.0.3_1          --> 1.0.4
math/hs-comonad                          1.1.1.6_1        --> 3.0.0.2
math/hs-comonad-transformers             2.1.2            --> 3.0
math/hs-data-lens                        2.10.0_1         --> 2.10.2
math/hs-data-lens-template               2.1.5_1          --> 2.1.7
math/hs-math-functions                   0.1.1.1_2        --> 0.1.1.2 [1]
math/hs-mwc-random                       0.12.0.0_1       --> 0.12.0.1
math/hs-pointed                          2.1.0.2_1        --> 3.0.1
math/hs-semigroupoids                    1.3.4            --> 3.0.0.1
math/hs-semigroups                       0.8.3.2_1        --> 0.8.4.1
math/hs-statistics                       0.10.1.0_1       --> 0.10.2.0
math/hs-vector-space                     0.8.2            --> 0.8.6
multimedia/hs-gstreamer                  0.12.1.1_1       --> 0.12.1.2
net/hs-network                           2.3.0.13_1       --> 2.3.1.0
net/hs-network-conduit                   0.4.0.1_1        --> 0.6.1.1
net/hs-pcap                              0.4.5.1_4        --> 0.4.5.2
net/hs-sendfile                          0.7.6_1          --> 0.7.8
net/hs-simple-sendfile                   0.2.4            --> 0.2.8
net/hs-socks                             0.4.1_1          --> 0.4.2
print/hs-hscolour                        1.20.2,1         --> 1.20.3,1
security/hs-Crypto                       4.2.5_1          --> 4.2.5.1
security/hs-HsOpenSSL                    0.10.3.2         --> 0.10.3.3
security/hs-RSA                          1.2.1.0_1        --> 1.2.2.0
security/hs-SHA                          1.5.0.1_1        --> 1.6.1
security/hs-certificate                  1.2.3_1          --> 1.3.3
security/hs-clientsession                0.7.5_1          --> 0.8.0.1
security/hs-cprng-aes                    0.2.3_2          --> 0.2.4
security/hs-crypto-conduit               0.3.2_1          --> 0.4.1
security/hs-crypto-pubkey-types          0.1.1_1          --> 0.2.0
security/hs-cryptocipher                 0.3.5            --> 0.3.6
security/hs-cryptohash                   0.7.5_1          --> 0.7.9
security/hs-digest                       0.0.1.1_1        --> 0.0.1.2
security/hs-monadcryptorandom            0.4.1_1          --> 0.5
security/hs-pureMD5                      2.1.0.3_2        --> 2.1.2.1
security/hs-pwstore-fast                 2.2_2            --> 2.3
security/hs-skein                        0.1.0.7_1        --> 0.1.0.10
security/hs-tls                          0.9.5_1          --> 1.0.2
security/hs-tls-extra                    0.4.6_1          --> 0.5.0
sysutils/hs-angel                        0.3.2_1          --> 0.3.3
textproc/hs-HStringTemplate              0.6.8_2          --> 0.6.12
textproc/hs-attoparsec-conduit           0.4.0.1_1        --> 0.5.0.3
textproc/hs-attoparsec-enumerator        0.3_2            --> 0.3.1
textproc/hs-blaze-html                   0.5.0.0          --> 0.5.1.1
textproc/hs-blaze-markup                 0.5.1.0_1        --> 0.5.1.2
textproc/hs-case-insensitive             0.4.0.1_2        --> 0.4.0.3
textproc/hs-citeproc-hs                  0.3.4_1          --> 0.3.6
textproc/hs-double-conversion            0.2.0.4_2        --> 0.2.0.5
textproc/hs-highlighting-kate            0.5.1_1          --> 0.5.3.3
textproc/hs-hs-bibutils                  4.12_4           --> 4.15
textproc/hs-html-conduit                 0.0.1_1          --> 0.1.0.4
textproc/hs-hxt                          9.2.2_1          --> 9.3.1.1
textproc/hs-lhs2tex                      1.17_4           --> 1.18.1
textproc/hs-pandoc                       1.9.4.2          --> 1.9.4.5
textproc/hs-parsec                       3.1.2_1          --> 3.1.3
textproc/hs-regex-pcre-builtin           0.94.2.1.7.7_4   --> 0.94.4.3.8.31
textproc/hs-regex-posix                  0.95.1_2         --> 0.95.2
textproc/hs-stringsearch                 0.3.6.3_2        --> 0.3.6.4
textproc/hs-tagsoup                      0.12.6_2         --> 0.12.8
textproc/hs-tagstream-conduit            0.3.2_1          --> 0.5.3
textproc/hs-texmath                      0.6.0.6_1        --> 0.6.1.1
textproc/hs-xml-conduit                  0.7.0.3_1        --> 1.0.3.3
textproc/hs-xml-types                    0.3.2            --> 0.3.3
textproc/hs-xmlhtml                      0.2.0.2          --> 0.2.0.3
textproc/hs-yaml                         0.7.0.3          --> 0.8.1.1
www/hs-HTTP                              4000.2.3_1       --> 4000.2.5
www/hs-authenticate                      1.2.1.1_1        --> 1.3.2
www/hs-cookie                            0.4.0_1          --> 0.4.0.1
www/hs-gitit                             0.10.0.1         --> 0.10.0.2
www/hs-hamlet                            1.0.1.4          --> 1.1.1.1
www/hs-happstack                         7.0.0_1          --> 7.0.1
www/hs-happstack-server                  7.0.3            --> 7.1.1
www/hs-heist                             0.8.1.1          --> 0.8.2
www/hs-hjsmin                            0.1.2_1          --> 0.1.3
www/hs-http-conduit                      1.4.1.10         --> 1.8.4.3
www/hs-http-date                         0.0.2_1          --> 0.0.3
www/hs-http-server                       1_5              --> 1.0.1
www/hs-http-types                        0.6.11_1         --> 0.7.3.0.1
www/hs-path-pieces                       0.1.1_1          --> 0.1.2
www/hs-shakespeare                       1.0.0.2_1        --> 1.0.2
www/hs-shakespeare-css                   1.0.1.2_1        --> 1.0.2
www/hs-shakespeare-js                    1.0.0.3_1        --> 1.1.0
www/hs-shakespeare-text                  1.0.0.2_1        --> 1.0.0.5
www/hs-snap                              0.9.0.1          --> 0.9.2.2
www/hs-snap-core                         0.9.0            --> 0.9.2.2
www/hs-snap-server                       0.9.0            --> 0.9.2.4
www/hs-wai                               1.2.0.3          --> 1.3.0.1
www/hs-wai-app-static                    1.2.0.4          --> 1.3.0.4
www/hs-wai-extra                         1.2.0.5          --> 1.3.0.4
www/hs-wai-logger                        0.1.4_1          --> 0.3.0
www/hs-wai-test                          1.2.0.2_1        --> 1.3.0
www/hs-warp                              1.2.2            --> 1.3.5
www/hs-yesod                             1.0.1.6_1        --> 1.1.4.1
www/hs-yesod-auth                        1.0.2.1_1        --> 1.1.2
www/hs-yesod-core                        1.0.1.2_1        --> 1.1.6.1
www/hs-yesod-default                     1.0.1.1_1        --> 1.1.2
www/hs-yesod-form                        1.0.0.4_1        --> 1.2.0.1
www/hs-yesod-json                        1.0.0.1_1        --> 1.1.2
www/hs-yesod-persistent                  1.0.0.1_1        --> 1.1.0
www/hs-yesod-platform                    1.0.5            --> 1.1.5
www/hs-yesod-routes                      1.0.1.2_1        --> 1.1.1.1
www/hs-yesod-static                      1.0.0.3_1        --> 1.1.1.1
www/hs-yesod-test                        0.2.1            --> 0.3.1.1
x11-toolkits/hs-gtk                      0.12.3.1         --> 0.12.4
x11-toolkits/hs-pango                    0.12.3_1         --> 0.12.4

Removed ports (1):

textproc/hs-xml2html                     0.1.2.3_1

Approved by:	wen (maintainer) [1]
Obtained from:	FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Pietro Cerutti
562b1fc181 - Use double-precision floating point numbers 2012-12-18 15:23:09 +00:00
Pietro Cerutti
ee957125c9 - Update to 05_20121212
Changes:

  * The Seed7 compiler was renamed. The new name of the Seed7 compiler
    is s7c.
  * Manual, FAQ, read_me files and several example programs were
    updated to use the new name of the Seed7 compiler (s7c).
  * A description of ltrim and rtrim and some links were added to the
    manual.
  * The library make.s7i and the example program make7.sd7 were
    improved to execute make commands with predefined macros.
  * The library makedata.s7i was improved to support dependencies
    which contain a space.
  * The library make.s7i was improved to support the command cp -a.
  * A variant of the function popen, with the parameters 'command' and
    'parameters', was added to shell.s7i.
  * An explanation, why & and <& are defined for string concatenation,
    was added to the FAQ.
  * The program tar7.sd7 was improved to accept also DOS paths for all
    file arguments.
  * Documentation comments were added to progs.s7i and reference.s7i.
  * The files drw_win.c, drw_x11.c and gkb_x11.c were improved to
    exit a program when the close button (X) is pressed.
  * The functions refFile, refLine, refParams and refSetParams in
    ref_data.c were improved to raise RANGE_ERROR, when they are
    called with NULL.
  * The function ref_params in reflib.c was improved to call refParams.
  * The makefiles were improved such that 'make s7c' generates an
    executable of the Seed7 compiler.
  * The makefile mk_mingc.mak, which supports the compilation of the
    self extracting version of Seed7, was improved.
  * The support for the unused action REF_NAME was removed.

- Reorganize installed files structure as per author's request
  (see http://seed7.sourceforge.net/faq.htm#seed7_package)

- Remove article from COMMENT
2012-12-18 10:17:50 +00:00
Gerald Pfeifer
ac60120ca5 Reintroduce, adjusted to current upstream changes, my hack to get
to the unwinder interface to get FreeBSD/ia64 build. [1]

Update to the 20121216 snapshot of GCC 4.8.0.

Submitted by:	Anton Shterenlikht <mexas@bristol.ac.uk> [1]
2012-12-18 04:47:15 +00:00
Pawel Pekala
eed4d97c5f - Update to version 1.70.03 [1]
- Convert to OptionsNG

PR:		ports/174486 [1]
Submitted by:	Aldis Berjoza <graudeejs@gmail.com> (maintainer)
2012-12-17 19:20:56 +00:00
Andrej Zverev
9d04d10cc6 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 12:40:25 +00:00
Anton Berezin
4a689f7da8 Update to 1.26.
Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
2012-12-17 10:51:47 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Brendan Fabeny
8680d9196e update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports 2012-12-16 05:34:02 +00:00
Vanilla I. Shu
cf6e02ff81 Fix build.
Submitted by:	Akihiko HAYASHI <hayashi at totalware.gifu.gifu.jp>
2012-12-14 13:41:04 +00:00
Marcelo Araujo
7da006fccb - Support USE_READLINE.
- Add MAKE_JOBS_UNSAFE.

PR:		ports/172027
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 03:33:12 +00:00
Marcelo Araujo
c61e46cb71 - Support USE_READLINE.
- Trim header.

PR:		ports/172028
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 03:32:02 +00:00
Pietro Cerutti
8551a2f823 - Update to 1.13
Changes: http://www.gnu.org/software/kawa/news.html
- Add LICENSE (MIT)
- Add regression-test target
2012-12-13 18:01:06 +00:00
Bryan Drewery
b651804e0d - Chase graphics/ImageMagick update
- Remove ABI version from MagickWand
- Trim header
2012-12-13 14:14:18 +00:00
Jose Alonso Cardenas Marquez
d51e59f6a2 - Add devel/fpc-fcl-extra port
- Bump PORTREVISION
2012-12-12 21:33:08 +00:00
Gerald Pfeifer
dc15a356ea Update to the 20121208 snapshot of GCC 4.7.3. 2012-12-12 19:17:37 +00:00
Gerald Pfeifer
2847cdf824 Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.

Also update to the 20121209 snapshot of 4.8.0.
2012-12-12 17:42:27 +00:00
Ganael LAPLANCHE
740271b4e9 - Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]

PR:		ports/171297 [1]
Submitted by:	Christian Mangin <christian.mangin@gmail.com> [1]
2012-12-12 07:42:34 +00:00
Vanilla I. Shu
0214b83f0b Upgrade to 3.15.10. 2012-12-12 02:02:55 +00:00
Daichi GOTO
79499f3b22 added a patch
PR:		ozawa@ongs.co.jp
2012-12-11 06:16:03 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Alex Dupre
e568062c73 Update to 5.4.9 release. 2012-12-10 14:46:07 +00:00
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00
Jason E. Hale
290f794888 - Update to 0.8.6.2
- Install pkgconf file in correct location
- Trim Makefile header
- Sort pkg-plist

PR:		ports/173302 (based on)
Submitted by:	Brett Estrade <estrabd@gmail.com> (maintainer)
2012-12-10 00:12:35 +00:00
Jimmy Olgeni
c2129e1c6b Upgrade to version R15B03-1, which contains a few minor improvements
over R15B03:

- Official fix for the ssl:ssl_accept/2 timeout issue.
- Revert erl_crash.dump creation behavior back to R15B02.

Feature safe:	yes
2012-12-07 21:49:46 +00:00
Daichi GOTO
c4b8156025 drop PORTREVISION
Pointedout by:	danfe
Feature safe:	yes
2012-12-06 07:05:08 +00:00
Daichi GOTO
9f68b0b18e Update to 1.8.2
Submitted by:	ozawa@ongs.co.jp
Feature safe:	yes
2012-12-06 05:07:52 +00:00
Gerald Pfeifer
da9125ed2d Update to the 20121125 snapshot of GCC 4.8.0.
This enables support for libbacktrace and thus nicer backtraces
should the compiler fail on FreeBSD.

Feature safe:	yes
2012-12-05 00:27:21 +00:00
Pietro Cerutti
451df63818 - Add missing closing > on Created by line
Feature safe:	yes
2012-12-04 20:02:10 +00:00
Pietro Cerutti
0d5d01dd47 - Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe:	yes
Reported by:	beat, bapt
2012-12-04 10:43:09 +00:00
Thomas Abthorpe
fb6809510c - Reassign to the heap at maintainer's request
Feature safe:	yes
2012-12-04 04:25:38 +00:00
Pietro Cerutti
30b646f16f - Retire Tcl/Tk 8.2 now that the last consumer (deskutils/abacus) has gone
- Fix typo in previous commit in MOVED

Feature safe:	yes
2012-12-03 16:49:48 +00:00
Pietro Cerutti
1096f70014 - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 12:55:00 +00:00
Pietro Cerutti
369f9eda57 - Update to Tcl/Tk 8.5.13
Release notes: http://sf.net/mailarchive/message.php?msg_id=30090852

PR:		ports/173753 (based on)
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Feature safe:	yes
2012-12-03 08:49:58 +00:00
Gerald Pfeifer
c054a606c0 Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.

Also update to the 20121124 snapshot of 4.7.3.

Feature safe:	yes
2012-12-02 14:44:13 +00:00
Gerald Pfeifer
8a9a692d46 Re-add ecj-4.5.jar to distinfo.
Reported by:	andy@neu.net
Feature safe:	yes
2012-12-01 01:43:54 +00:00
Gerald Pfeifer
ffb2b04055 Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.

Also update to the 20121123 snapshot of 4.6.4.

Feature safe:	yes
2012-12-01 01:03:05 +00:00
Pietro Cerutti
4416f1cd66 - Fix build with clang
Feature safe:	yes
2012-11-30 14:28:43 +00:00
Jimmy Olgeni
261d7ffe0d Fix timeout issue in ssl_connection.erl.
Due to a missing function clause to handle the ssl:ssl_accept-timeout,
it was treated as a canceled timeout.

Submitted by:	Ingela Anderton Andin on erlang-bugs
Feature safe:	yes
2012-11-29 21:42:28 +00:00
Pawel Pekala
1b3302e312 Update pkg-descr
PR:		ports/173833
Submitted by:	poyopoyo@puripuri.plala.or.jp
Approved by:	maintainer
Feature safe:	yes
2012-11-28 21:44:35 +00:00
Jimmy Olgeni
a23e2eb9d7 Upgrade to version R15B03.
Feature safe:	yes
2012-11-28 19:35:51 +00:00
Pietro Cerutti
43c0afa4d0 - Update to 05_20121125
20121125:
  - The makefiles and the file setpaths.c were improved to accept the
    macros S7_LIB_DIR (Directory with static Seed7 object libraries)
    and SEED7_LIBRARY (Directory with the Seed7 include libraries).
    Now the build process of a package can call make e.g. with:
    make S7_LIB_DIR=/abc/seed7/bin SEED7_LIBRARY=/abc/seed7/lib depend
    This way the two paths are defined in version.h. This defines them
    as default paths in the interpreter executable and in the compiler.
  - An explanation, what a binary Seed7 package should install, was
    added to the FAQ. This can be used as guideline for Seed7 packages.
  - The description of the times-operator in the manual and in
    array.s7i was improved.
  - A description of the function name(PROGRAM), file(PROGRAM) and
    'environment' was added to the manual.
  - The new library environment.s7i was added. Most of the contents of
    this library was extracted from "seed7_05.sd7". The new library is
    included from "seed7_05.s7i", so no change in existing programs is
    necessary.
  - A documentation comment for getSearchPath was added to shell.s7i.
  - The functions ltrim and rtrim were added to the library string.s7i.
  - Testcases for ltrim and rtrim were added to chkstr.sd7.
  - The function getProgramName in arr_rtl.c was improved to do the
    comparison with EXECUTABLE_FILE_EXTENSION correctly.
  - The program tar7.sd7 was improved to accept also DOS paths for the
    file specified with -f.
  - The function homeDir was improved to work with DJGPP (either $HOME
    or C:\ is used).
  - The function prc_cpy in prclib.c was improved.
  - The files executl.c, hshlib.c, ref_data.c, reflib.c and sctlib.c
    were improved to copy the descriptor union with memcpy and to copy
    the posinfo flag with SET_ANY_FLAG, when necessary.

  20121104:
  - The new function homeDir was added to the library osfiles.s7i.
    Interpreter and compiler were improved to support homeDir.
  - The libraries makedata.s7i and make.s7i were improved to support
    replacement macros.
  - A check for division by zero with /:= was added to chkflt.sd7.
  - The compiler (comp.sd7) was improved to use definitions of
    NOT_A_NUMBER, POSITIVE_INFINITY and NEGATIVE_INFINITY.
  - The program chkccomp.c was improved. Now it manages the macros
    likely, unlikely, UNISTD_H_PRESENT, POPEN_MISSING, os_utime_orig,
    os_utime, USE_ALTERNATE_UTIME, INCLUDE_SYS_UTIME, USE_LOCALTIME_R,
    USE_LOCALTIME_S, FLOAT_ZERO_DIV_ERROR, CHECK_FLOAT_DIV_BY_ZERO,
    ISNAN_WITH_UNDERLINE and HOME_DIR_ENV_VAR. Additionally chkccomp.c
    does not depend on the definitions of long_long_EXISTS,
    long_long_SUFFIX_LL, __int64_EXISTS, __int64_SUFFIX_LL and
    USE_BUILTIN_EXPECT in chkccomp.h.
  - The functions flt_div and flt_div_assign in fltlib.c were improved
    to work correctly when CHECK_FLOAT_DIV_BY_ZERO is defined.
  - Several #defines were ommitted from the makefiles.
  - Explanations of several version.h #defines were added to
    read_me.txt

Feature safe:	yes
2012-11-28 14:18:12 +00:00
Baptiste Daroussin
2114fb2304 2012-11-27 java/jmp: Java 1.5 is EOLed
2012-11-26 irc/tr-ircd: No more public distfiles
2012-11-26 lang/imp-interpreter: No more public distfiles
2012-11-26 games/xquarto: No more public distfiles
2012-11-26 games/six: No more public distfiles
2012-11-26 finance/gfp: No more public distfiles
2012-11-26 games/44bsd-hunt: No more public distfiles
2012-11-26 graphics/ale: No more public distfiles
2012-11-26 german/digibux: No more public distfiles
2012-11-26 java/eclipse-clay-core: No more public distfiles
2012-11-26 games/xbloody: No more public distfiles
2012-11-26 dns/sqldjbdns: No more public distfiles

Feature safe:	yes
2012-11-28 10:32:44 +00:00
Frederic Culot
7caff2b969 - Update to 0.17019
Changes:	http://search.cpan.org/dist/Error/ChangeLog
Feature safe:	yes
2012-11-28 08:08:35 +00:00
Bryan Drewery
4029e261dc - Update to 0.9.9.17
PR:		ports/173845
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
2012-11-28 02:04:36 +00:00
Jimmy Olgeni
bfe3323fa3 Fix crash when a table viewer in the observer application attempts
to refresh an ETS table which no longer exists.

Submitted by:	Peti Gomori on erlang-patches
Feature safe:	yes
2012-11-27 21:34:53 +00:00
Pietro Cerutti
c5b932e75f - Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers

Feature safe:	yes
2012-11-26 22:43:25 +00:00
Florian Smeets
05bed9e35a Update to 5.3.19
Feature safe:	yes
2012-11-26 21:29:19 +00:00
Brendan Fabeny
fbdcc0802c consolidate under (lower-case) tcltk@
PR:		173753 , 173767
Feature safe:	yes
2012-11-26 18:16:57 +00:00
Pietro Cerutti
e53be85051 - reassign ports to TclTk@FreeBSD.org
- while at it, trim Makefile headers in lang/tcl-modules

PR:		ports/173939
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (previous maintainer)
Approved by:	mm@ (previous maintainer of lang/tcl-modules)
Feature safe:	yes
2012-11-26 16:30:56 +00:00
Pietro Cerutti
9301652551 - mark as deprecated, they're going to be killed as soon as last consumer
(deskutils/abacus) has gone. This will be 2012-12-01
- assign to TclTk@ in the meanwhile

Feature safe:	yes
2012-11-26 15:49:08 +00:00
Florian Smeets
abbf32d4b2 - Update backports patch to 20121114
- Bump PORTREVISION

Changes:
- CVE-2006-7243
PHP before 5.3.4 accepts the \0 character in a pathname, which might allow
context-dependent attackers to bypass intended access restrictions by placing a
safe file extension after this character, as demonstrated by .php\0.jpg at the
end of the argument to the file_exists function

Secuity 3761df02-0f9c-11e0-becc-0022156e8794 fixed by check in fopen functions
for strlen(filename) != filename_len

- CVE-2012-4388
The sapi_header_op function in main/SAPI.c does not properly determine a pointer
during checks for %0D sequences (aka carriage return characters), which allows
remote attackers to bypass an HTTP response-splitting protection mechanism via a
crafted URL, this vulnerability exists because of an incorrect fix for
CVE-2011-1398.

- Timezone database updated to version 2012.9 (2012i)

PR:		ports/173685
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	maintainer
Feature safe:	yes
2012-11-25 15:42:22 +00:00
Rene Ladan
4b683ccd30 New ISP, no need to redirect HTTP traffic to port 8080 any longer.
Feature safe:	yes
2012-11-24 10:44:52 +00:00
Jimmy Olgeni
55cd705d8a Upgrade to version 10.4.5.
Feature safe:	yes
2012-11-21 21:09:54 +00:00
Anton Berezin
1c8e07fff3 Update to 0.07.
Changes: http://cpansearch.perl.org/src/KAPPA/signatures-0.07/Changes

Feature safe:	yes
2012-11-15 08:28:11 +00:00
Sergey A. Osokin
20aa4cbf75 Finally update from 2.0.0-rc3 to 2.0.0 release.
ChangeLog:	http://luajit.org/changes.html

Feature safe:	yes
2012-11-14 10:20:24 +00:00
Pawel Pekala
cd6afc8c3b - Remove DEPRECATED
- Add LICENSE
- Update MASTER_SITES and WWW: line

PR:		ports/172026
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-10 12:27:38 +00:00
Pawel Pekala
bd2a593fca - Update MASTER_SITES
- Support NO_WRKSUBDIR
- Support COPYTREE_SHARE
- Support PORTEXAMPLES
- Add MAKE_JOBS_SAFE

PR:		ports/172025
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-10 12:14:49 +00:00
Steve Wills
dd14410e21 - Update lang/ruby19 to 1.9.3p327
- Document security issue in earlier versions

Security:	5e647ca3-2aea-11e2-b745-001fd0af1a4c
Feature safe:	yes
2012-11-10 04:00:41 +00:00
Bryan Drewery
05b9f3be61 - Update to 2.77
- Trim header

Feature safe:	yes
2012-11-09 16:12:53 +00:00
Bryan Drewery
b172b72f31 - Update to 2.60
- Trim header

Feature safe:	yes
2012-11-09 16:09:49 +00:00
Max Brazhnikov
380d0a198e Update to 3.2.1.2012.11.01
PR:		ports/173333
Submitted by:	Tijl Coosemans (maintainer)
Feature safe:	yes
2012-11-08 22:56:00 +00:00
Sergey A. Osokin
8f5504f187 Update from 2.0.0-rc2 to 2.0.0-rc3.
ChangeLog:	http://luajit.org/changes.html

Feature safe:	yes
2012-11-08 21:31:57 +00:00
Jimmy Olgeni
b711b1f9c8 Upgrade to version 5.3.1.
Feature safe:	yes
2012-11-08 15:33:43 +00:00
Jimmy Olgeni
2ccb43d352 Upgrade to version 5.3.1.
Feature safe:	yes
2012-11-08 15:32:49 +00:00
Tim Bishop
d63bc49b7d - Fix build by removing AM_C_PROTOTYPES from configure.ac
Feature safe:	yes
2012-11-07 13:30:06 +00:00
Sergey A. Osokin
3488c13e39 Update from 2.0.0-rc1 to 2.0.0-rc2.
Feature safe:	yes.
2012-11-06 18:42:23 +00:00
Raphael Kubo da Costa
07c079837d Update to 0.9.9.13.
PR:		ports/173401
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:   yes
2012-11-05 21:27:06 +00:00
Jimmy Olgeni
30a4e350be Fix 64-bit bug in odbcserver application:
- encode_out_params should perform cast using SQL_INTEGER* rather than long*.

Submitted by:	Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs
Feature safe:	yes
2012-11-05 14:53:00 +00:00
Gerald Pfeifer
e3ef08eb37 Update to the 20121103 snapshot of GCC 4.7.3.
Feature safe:	yes
2012-11-04 21:48:37 +00:00
Gerald Pfeifer
8b8275c1a0 Given how stable the GCC 4.6 branch is these days, like with lang/gcc
just build, do not bootstrap, when building this port.  This speeds
up a full port/package test cycle by 31% on a 4-core system; a simple
build/install will benefit even more.

(This may impact compile time by this compiler a bit, depending on
how well the system compiler optimizes this codebase.  And we only
should do this for stable, established versions of GCC.)

On the way, update to the 20121102 snapshot of GCC 4.6.4.

Feature safe:	yes
2012-11-04 21:45:17 +00:00
Grzegorz Blach
ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00
Andrej Zverev
577c5aeff9 Update to 5.16.2
Changes: http://search.cpan.org/~rjbs/perl-5.16.2/pod/perldelta.pod

Approved by:	maintainer (implicit via email)
With hat:	perl@
Feature safe:	yes
2012-11-04 09:48:04 +00:00
Jimmy Olgeni
72aa83ec78 Upgrade to version 10.4.4.
Feature safe:	yes
2012-11-04 01:50:45 +00:00
Gerald Pfeifer
4f54c99b86 Update to the 20121026 snapshot of GCC 4.6.4. Bring a comment in line
with related ports.

Feature safe:	yes
2012-11-03 00:47:49 +00:00
Steve Wills
3b83023999 - Update to 1.8.7 p371
Security:	2a093853-2495-11e2-b0c7-000d601460a4
Feature safe:	yes
2012-11-02 14:24:53 +00:00
Gerald Pfeifer
ad4450acf9 Update to the 20121027 snapshot of GCC 4.7.3.
Feature safe:	yes
2012-11-01 22:32:01 +00:00
Gerald Pfeifer
e9257c094d Forward port inclusion and use of the Eclipse Java compiler. [1]
Update to the 20121014 snapshot of GCC 4.8.0.

Submitted by:	jkim [1]
Feature safe:	yes
2012-11-01 19:12:06 +00:00
Sergey A. Osokin
b0aacb319d Update from 2.0.0-beta11 to 2.0.0-rc1.
ChangeLog:	http://luajit.org/changes.html

Feature safe:	yes
2012-11-01 18:54:07 +00:00
Beat Gaetzi
57b80a52e7 - Mark as BROKEN: distinfo is out of date
Reported by:	pointyhat
Feature safe:	yes
2012-11-01 15:35:56 +00:00