1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

11325 Commits

Author SHA1 Message Date
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