Commit graph

299332 commits

Author SHA1 Message Date
Tilman Keskinoz
529a360cf0 Update to 0.8.6
Drop maintainership
2013-05-10 16:07:42 +00:00
Martin Wilke
f88ee3b3e2 - Update to 1.1.14
PR:		177912
Submitted by:	Ports Fury
2013-05-10 15:57:07 +00:00
Baptiste Daroussin
d5a18e8df2 Fix reverted logic for DOCS handling
Reported by:	pointyhat (miwi)
2013-05-10 15:56:09 +00:00
Martin Wilke
904f3bf482 - Let it work with php5X
PR:		178430
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>
2013-05-10 15:54:48 +00:00
Florian Smeets
13132d3c30 Merge r317659 by ale from ftp/php5-ftp:
Make ssl support deterministic.

Requested by:	Mark Felder <feld@feld.me>
Tested by:	Mark Felder <feld@feld.me>
2013-05-10 15:48:16 +00:00
Florian Smeets
260e0522cd - prevent warnings about command_interpreter after r317610 (shebangfix
conversion)
- add missing dependency to make cidr_allow/cidr_deny work in
  munin-node.conf
2013-05-10 15:34:10 +00:00
Martin Wilke
d18ae7b032 - Update to 0.8.8
PR:		177811
Submitted by:	maintainer
2013-05-10 14:49:42 +00:00
Martin Wilke
4da7bfe5a9 - Update to R45
PR:		178224
Submitted by:	olivierd@
2013-05-10 14:46:29 +00:00
Martin Wilke
b1244eb739 - Update to 0.8.8
PR:		177811
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-05-10 14:43:10 +00:00
Martin Wilke
3bd0516fe7 - Update MASTER_SITES
PR:		177557
Submitted by:	Ports Fury
2013-05-10 14:40:33 +00:00
Koop Mast
b560c0c050 Try to clean up /var/lib [1]
While here update header and Optionsfy.

Reported by:	poudriere -t via bapt & miwi [1]
2013-05-10 14:39:50 +00:00
Rene Ladan
3d889ee430 Fix build with new glib.
Submitted by:	portbuild bot via miwi
2013-05-10 14:39:11 +00:00
Martin Wilke
bb0fe2a781 - Fix build
PR:		177556
Submitted by:	Ports Fury
2013-05-10 14:39:02 +00:00
Martin Wilke
9ad9c0db76 - Update MASTER_SITES
- Update WWW

PR:		177555
Submitted by:	Ports Fury
2013-05-10 14:38:28 +00:00
Martin Wilke
0337f92433 - Update to 0.2.0
PR:		177546
Submitted by:	Danny Knaggs <knaggsy2000@gmail.com> (maintainer)
2013-05-10 14:37:41 +00:00
Martin Wilke
cb155a7e5d - Fix build
PR:		176914
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	Ports Fury
2013-05-10 14:36:46 +00:00
Martin Wilke
054cd56e4a - Update to 2009.11.11
PR:		177920
Submitted by:	Ports Fury
2013-05-10 14:34:42 +00:00
Martin Wilke
b16cfcd7e9 - Update to 1.1.0
PR:		177935
Submitted by:	Ports Fury
2013-05-10 14:33:41 +00:00
Martin Wilke
1c7a399ff8 - Update to 0.6.7
PR:		177936
Submitted by:	Ports Fury
2013-05-10 14:32:33 +00:00
Martin Wilke
cad29590f3 - Fix build
PR:		178154
Submitted by:	Ports Fury
2013-05-10 14:31:14 +00:00
Martin Wilke
93f9fa988e - Unbreak 2013-05-10 14:29:29 +00:00
Koop Mast
ade836fb8d Add USE_GCC=any as a temporary patch to work around a crash in the clang
compiler after the 3.3 update. The problem was reported upstream but no
patch available yet.

Submitted by:	miwi
2013-05-10 14:14:10 +00:00
Kubilay Kocak
fc2dfe40f9 www/twiki: Primary MASTER_SITE is down, use SOURCEFORGE to compensate
PR:		ports/178484
Reviewed by:	bdrewery, marino (on IRC)
Approved by:	bdrewery
2013-05-10 14:03:43 +00:00
Martin Wilke
51011f233c - BROKEN fails to build 2013-05-10 13:45:27 +00:00
Martin Wilke
ca65fa3ddb - BROKEN fails to build 2013-05-10 13:38:04 +00:00
Martin Wilke
3ce0fcb8fc - BROKEN fails to build 2013-05-10 13:36:57 +00:00
Martin Wilke
f4566fb3df - BROKEN fails to build 2013-05-10 13:35:46 +00:00
Martin Wilke
f119921ff3 - BROKEN Fails to fetch 2013-05-10 13:34:05 +00:00
Martin Wilke
c432e359eb - BROKEN fails to package 2013-05-10 13:30:19 +00:00
Martin Wilke
95f550e9b1 - Broken fails to build 2013-05-10 13:25:00 +00:00
Martin Wilke
4353063623 - Broken fails to build 2013-05-10 13:24:12 +00:00
Martin Wilke
25f8883e19 - BROKEN fails to build 2013-05-10 13:21:32 +00:00
Pietro Cerutti
2482581c27 - Update to 05_20130505
Changes:

  * Functions to compare arrays (compare, <, >, <=, >=) have been added
    to the library array.s7i.
  * In seed7_05.s7i the functions hashCode and compare have been
    defined for enum types.
  * In the library bigrat.s7i the operator parse has been improved. Now
    the parse operator accepts decimal numbers with repeating decimals.
  * The function integer has been added to the library integer.s7i.
    This function converts a numeric string, with a specified radix, to
    an integer.
  * The function bigInteger has been added to the library bigint.s7i.
    This function converts a numeric string, with a specified radix, to
    a bigInteger.
  * The files encoding.s7i, gethttp.s7i, scanfile.s7i, scanstri.s7i,
    xml_ent.s7i and bas7.sd7 have been changed to use the new function
    integer instead of toInt (toInt was an undocumented internal
    function).
  * Checks for the function integer have been added to chkint.sd7.
  * Checks for the function bigInteger have been added to chkbig.sd7.
  * The operator sci has been added to to the library complex.s7i. This
    operater converts a complex to a string in scientific notation.
  * The compiler (s7c) has been improved to support the actions
    BIG_PARSE_BASED, TYP_CMP, ENU_CPY, ENU_CREATE and GEN_DESTR.
  * The memory management in the interpreter has been improved. Now it
    is possible that a destructor is called and the object memory is
    not freed. This is used to free the memory of struct objects only,
    when the usage_count reaches zero.
  * The UNUSED flag was defined in data.h and used to monitor if the
    object memory can be freed.
  * The compiler has been improved to call the destructor for local
    interface objects (In process_local_declaration process_destr_call
    is called for INTERFACEOBJECT objects).
  * The compiler has been improved to initialize set constants, that
    are part of a data structure (In walk_const_list SETOBJECT objects
    are added to set_const_table).
  * The runtime library has been improved to use the action GEN_DESTR
    instead of PRC_NOOP as destructor for integer and other simple
    data types.
2013-05-10 12:54:35 +00:00
Rene Ladan
d3e65c61d0 Remove expired port:
2013-05-10 x11-drivers/xf86-video-ati613: Old version, use xf86-video-ati instead

OK'd by:	kwm
2013-05-10 12:10:43 +00:00
Bryan Drewery
0ff93000d8 - Depend on proper LOCALBASE/www/horde/base/rpc.php when determining
if www/horde3-base needs to be installed.
2013-05-10 11:56:34 +00:00
Baptiste Daroussin
5c1bfd69f6 Convert to new options framework
While here do some build with clang fixes

PR:		ports/178445, ports/178446, ports/178444, ports/178443, ports/178425, ports/178423
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
2013-05-10 11:28:32 +00:00
Lars Engels
194a5e08be - Update to 3.0.9
- Trim Makefile header
2013-05-10 11:24:42 +00:00
Lars Engels
c2ffee1041 - Update to 3.3
- Use upstream desktop file
- Update pkg-descr and COMMENT
- Trim Makefile header
2013-05-10 11:08:28 +00:00
Baptiste Daroussin
4571c2f2cc Mark as deprecated (superceed by devel/gprbuild)
Mark as broken as it doesn't work anymore with the ada toolchain rework.

PR:		ports/178429
Submitted by:	John Marino <draco@marino.st> (maintainer)
2013-05-10 10:57:02 +00:00
Lars Engels
750fb33051 - Add WWW
- Add a new MASTER_SITE
- Trim Makefile header
- Trim COMMENT
2013-05-10 10:20:00 +00:00
Lars Engels
40795a9c5e Update to 2.03 2013-05-10 10:18:10 +00:00
Baptiste Daroussin
529d09c071 Update to 1.4.1 2013-05-10 10:08:41 +00:00
Lars Engels
34f8d2a843 Update to 3.0.9 2013-05-10 10:03:58 +00:00
Baptiste Daroussin
e0a65d45de Fix shebang_file list
Submitted by:	John Marino (via irc)
2013-05-10 09:28:07 +00:00
Martin Wilke
ff1844b107 - Broken fails to fetch 2013-05-10 09:23:06 +00:00
Matthias Andree
5f3dae0bea Change USE_GETTEXT=yes to USES+=gettext.
Submitted by:	jgh
2013-05-10 09:20:35 +00:00
Hiroki Sato
58b5747b1e Fix circular dependency via USE_TEX. 2013-05-10 09:19:46 +00:00
Koop Mast
0011670c11 Add missed file to plist.
Submitted by:	pointyhat (via miwi)
2013-05-10 09:14:12 +00:00
Hiroki Sato
85b471f41c Add dvips dependency to teTeX to fix some broken ports. tetex-dvipsk and
dvipsk will be merged later.
2013-05-10 09:05:05 +00:00
Lars Engels
88bd29ad44 - Update to 1.9.0
- Trim Makefile header
2013-05-10 08:53:27 +00:00