Commit graph

11644 commits

Author SHA1 Message Date
Johan van Selst
bde51d0950 - Update SWI Prolog to 6.2.6
- Remove patches now included upstream
- Add option to use libiodbc (inspired by [1])
- Adopt port

PR:		ports/172837 [1]
Submitted by:	C. P. Ghost <cpghost@cordula.ws>
2013-07-11 05:05:46 +00:00
Baptiste Daroussin
cab5254741 Mark job unsafe 2013-07-10 21:32:34 +00:00
Baptiste Daroussin
f83b34b741 Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake

Reported by:	marino
2013-07-10 21:11:24 +00:00
Sergey A. Osokin
38c98059bc Update from 2.0.1 to 2.0.2.
Install link to shared object.	(*)

PR:	177881	(*)
2013-07-10 17:57:38 +00:00
Baptiste Daroussin
e10b6d67f0 Mark job unsafe 2013-07-10 16:23:40 +00:00
Alexey Dokuchaev
e2a17e6551 Sanitize port's inner Makefiles to allow parallel builds. 2013-07-10 15:34:49 +00:00
Alexey Dokuchaev
12bc438baf - Cleanup Makefile before making the port make jobs safe
- Convert NOPORTDOCS to OPTIONS; pet portlint(1)
2013-07-10 15:19:11 +00:00
Baptiste Daroussin
a232992c7c Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
2013-07-10 13:12:03 +00:00
Baptiste Daroussin
a7d3c219df Mark jobs unsafe 2013-07-10 11:34:31 +00:00
Baptiste Daroussin
ff660fa4b8 Mark jobs unsafe and convert to USES=gmake 2013-07-10 11:28:32 +00:00
Baptiste Daroussin
a0cc23670c Mark jobs unsafe 2013-07-10 11:27:43 +00:00
Koop Mast
831af9a6e7 Teach clang33 where to find libc++ headers when installed from ports.
It will use the headers in base if it finds them there.

Approved by:	maintainer (brooks@)
2013-07-10 11:27:36 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
Vanilla I. Shu
49195bfe10 Upgrade to 0.7.
PR:		ports/180405
Submitted by:	maintainer
2013-07-09 12:51:31 +00:00
Pietro Cerutti
1c6576e3a5 - Update to 05_20130704
Changes:

  * A wordfile for Ultraedit and a syntax definition file for Textpad
    has been added. Many thanks to Renato Lenzi for providing it. This
    files can be found also on his great italian page about Seed7.
  * A compilation problem with DJGPP in fil_rtl.c has been fixed
    (thanks to "Rugxulo" for pointing it out).
  * The keyboard read function getc(KEYBOARD) has been improved to
    accept all Unicode characters also under Linux/Unix/BSD. Up do now
    the function did only accept Latin-1 characters.
  * The keyboard read function getc(KEYBOARD) has been improved to
    accept usages of the mouse wheel also under Windows.
  * Checks for correct UTF-8 encoding of the program source have been
    added. Overlong UTF-8 encodings, UTF-16 surrogate characters and
    missing UTF-8 continuation bytes result in a compile time error.
  * The example program err.sd7, which checks compile time error
    messages, has been improved.
  * The FAQ explanations concerning Unicode and automatic casts have
    been improved.
  * Documentation comments have been added to gzip.s7i and make.s7i.
  * The example programs gkbd.sd7 and kbd.sd7 have been improved to
    write the character, if it is printable.
  * The example programs pairs.sd7, panic.sd7, tetg.sd7, sokoban.sd7,
    sudoku7.sd7, mandelbr.sd7 and wator.sd7 have been changed to use
    proportional Seed7 pixmap fonts.
  * Tests for the functions lower and upper with cyrillic letters have
    been added to chkstr.sd7.
  * The libraries console.s7i, pixmap_file.s7i, graph_file.s7i,
    file.s7i, editline.s7i, echo.s7i, null_file.s7i, external_file.s7i,
    strifile.s7i, stritext.s7i, tee.s7i, window.s7i, reverse.s7i,
    lower.s7i and upper.s7i, have been improved to work with
    proportional fonts. Proportional font support uses the functions
    moveLeft, erase, backSpace, cursorOn and cursorOff.
  * The vector font cronos16 has been improved to look more similar to
    the font cronos27.
  * The bitmap fonts stdFont10, stdFont12, stdFont14, stdFont16,
    stdFont18, stdFont20 and stdFont24 have been improved.
  * The vector fonts vecFont10 and vecFont18 have been adjusted to look
    like the corresponding bitmap fonts.
  * The fonts stdFont8, stdFont9 and cronos27 have been improved to use
    less spacing between the characters.
  * In graph_file.s7i the logic of a writeln after a setPosXY has been
    changed. Now the writeln moves one line downward relative to the
    position given with setPosXY.
  * A description of the subrange operator, which gets an array slice
    from a position with maximum length, has been added to the manual.
  * A table to map keysym values to Unicode and the function
    mapKeysymToUnicode, which does a binary search in this table, have
    been added to gkb_x11.c.
  * The function gkbGetc in gkb_x11.c has been improved to work without
    recursion, to use mapKeysymToUnicode and to recognize cursor keys
    in combination with ALT, NUMLOCK and SHIFT.
2013-07-09 07:26:49 +00:00
Alexey Dokuchaev
04b0a292b2 Respect CFLAGS is a saner manner. 2013-07-09 03:02:39 +00:00
Romain Tartière
b598d5aec0 - Update to 3.0.12.
- Unbreak on -CURRENT [1]

PR:		ports/179899 [1]
Submitted by:	truckman [1]
2013-07-08 19:05:27 +00:00
Pietro Cerutti
a3847be7a2 - Fix reference to header location in tclPort.h
- Bump PORTREVISION

PR:		180344
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
2013-07-08 14:31:35 +00:00
Baptiste Daroussin
97918462cc Add needed iconv dependency (this fixes configure) 2013-07-08 11:50:41 +00:00
Gerald Pfeifer
2037588235 Update to the 20130706 snapshot of GCC 4.7.4. 2013-07-07 19:25:51 +00:00
Gerald Pfeifer
a9ea95695e Update to the 20130630 snapshot of GCC 4.9.0. 2013-07-06 17:00:33 +00:00
Rene Ladan
d46264516d Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
2013-07-05 15:17:15 +00:00
Baptiste Daroussin
6151b40b59 Convert to USES=gmake 2013-07-05 13:44:31 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Felippe de Meirelles Motta
e35eb069bd YAP is a high-performance Prolog compiler developed at
LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog
engine is based in the WAM (Warren Abstract Machine), with several
optimizations for better performance. YAP follows the Edinburgh
tradition, and is largely compatible with the ISO-Prolog standard and
with Quintus and SICStus Prolog.

WWW: http://www.dcc.fc.up.pt/~vsc/Yap/

PR:		ports/180068
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-07-03 23:16:34 +00:00
Li-Wen Hsu
5ad157df04 Correct syntax in kernel config is 'options'
Submitted by:	kevlo
2013-07-03 08:14:13 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
2013-07-02 19:04:18 +00:00
Antoine Brodin
57034a8285 Do not try to remove a directory not created by the port 2013-06-29 21:23:22 +00:00
Johan van Selst
b856da19f1 Update Algol 68 Genie to version 2.7 2013-06-29 09:31:31 +00:00
Johan van Selst
6c3d62a0a1 - Make optional dependency on libmpfr explicit in GNU awk
This adds support for multiple-precision floating-point computation

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

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

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

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

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

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

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

PR:             179529
Submitted by:   koobs
2013-06-16 10:25:11 +00:00