Commit graph

11411 commits

Author SHA1 Message Date
Koop Mast
ac5451d4fc Run in quickly and fix portname. 2013-03-29 10:03:58 +00:00
Koop Mast
2dd29a90ed Add spidermonkey 17.0
This is the spidermonkey version shipped with the firefox-esr series 17.0.
Not to be confused with spidermonkey17 ports which is 1.7.
Borrow patch from firefox-esr to fix the build with clang.
2013-03-29 09:57:40 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Rene Ladan
ce7adeaf15 - remove empty OPTIONS_DEFAULT
- portlint fixes
2013-03-25 10:09:39 +00:00
Martin Wilke
4f75fb3d72 - Disable temporary regression test for tinderbox and pointyhat
With hat:	portmgr
2013-03-25 01:52:06 +00:00
Gerald Pfeifer
b4a430c47e Now that GCC 4.8.0 has been released, welcome GCC 4.9 in its very,
very early development stages.

Business as usual with the C, C++, Fortran, Java compilers and tools
invoked as gcc49, g++49, gfortran49, gcj49 and so forth. Initially
this may be relatively stable due to the GCC 4.8.0 stabilization
efforts, but be prepared for a rough ride the coming months as this
goes through active development.
2013-03-24 23:03:38 +00:00
Gerald Pfeifer
cdc5cd2051 Update to the 20130321 snapshot of GCC 4.8.0, which basically
coincides with that release.

Details can be found at http://gcc.gnu.org/gcc-4.8/changes.html .
2013-03-24 12:48:55 +00:00
Gerald Pfeifer
64808829b3 Update to the 20130323 snapshot of GCC 4.7.3. 2013-03-24 12:26:49 +00:00
Steve Wills
b8c4ce6d92 - Update to 1.003002
PR:		ports/177297
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2013-03-24 00:43:24 +00:00
Tijl Coosemans
11ddc96b11 Update to 3.2.1.2013.03.22.
Approved by:	crees
2013-03-23 17:47:44 +00:00
David Naylor
bba9c27d60 Update lang/pypy to 2.0.b1.
The internals of the port have been substantially reworked:
 * All predefined instances can be selected via options [1]
 * Optionally use options, if user does not overwrite instance list
 * Make translation with pypy an option, if it is available.
 * Make memory checking more refined [2]
 * Add a Wiki page details lang/pypy
 * Fix the test target
 * Refactor build target (easier to review, edit)
 * Rename patches to prevent churn

[1] Although two are broken upstream and one possibly discontinued
[2] My memory limits appear to be too conservative.  Set PYPY_IGNORE_MEM for now

Reviewed by:	Kuro <poyopoyo@puripuri.plala.or.jp>, rm@
Approved by:	bdrewery (mentor)
2013-03-23 16:01:56 +00:00
Sunpoet Po-Chuan Hsieh
41bc61c2b8 - Update to 5.0.0
- Add missing CONFLICTS with lang/rakudo
- Adjust CONFIGURE_ARGS to allow build with clang/clang++
- Cosmetic change

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2013-03-23 09:06:48 +00:00
Ruslan Makhmatkhanov
603f04ab35 - update to 0.8.7
PR:		177185 (based on)
Submitted by:	Brett Estrade <estrabd@gmail.com> (maintainer)
2013-03-23 06:55:44 +00:00
Jose Alonso Cardenas Marquez
29de483486 - Bump PORTREVISION. Freepascal compiler has been updated to 2.6.2 2013-03-23 05:51:53 +00:00
Jose Alonso Cardenas Marquez
9bcc09b9f2 - Update to 2.6.2
- Trim Makefile headers
2013-03-23 05:25:05 +00:00
Brendan Fabeny
be5b487942 fix a recent build failure by temporarily disabling two contrib
sb-sprof tests that are run during the build proper
2013-03-22 20:44:17 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Tijl Coosemans
0ddef9274c Fix build with boost 1.52.
Approved by:	crees
Obtained from:	sdcc revision 8145
2013-03-22 16:54:51 +00:00
Max Brazhnikov
d65c037b00 Mk/bsd.kde4.mk:
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV

KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
  'USES= cmake:outsource' and add USE_LDCONFIG if needed
2013-03-22 14:18:02 +00:00
Guido Falsi
7ef60cceda - Update to 1.5.1
- Remove indeterminate article from COMMENT
- Convert to new options framework

PR:		ports/177121
Submitted by:	Jens Jahnke <jan0sch@gmx.net> (maintainer)
2013-03-21 19:13:29 +00:00
Pawel Pekala
a9c1f15862 Update to version 2.10.1
PR:		ports/177026
Submitted by:	maintainer
2013-03-21 18:55:22 +00:00
Jose Alonso Cardenas Marquez
90e50af641 - Fix typo 2013-03-21 06:25:18 +00:00
Gabor Pali
107253641e - Update to 3.0.25
- Change license to AL2, not restricted any more
- Transfer maintainership to mono
- Trim header

PR:		ports/176018
Submitted by:	Jack Pappas <jack.pappas@tidepowerd.com>
2013-03-20 22:07:40 +00:00
Thomas Abthorpe
8c82b4c85f - Update to 4.194
- Trim header while I am here

PR:		ports/176522
Submitted by:	maintainer
2013-03-20 17:51:26 +00:00
Pietro Cerutti
49cf2d5901 - Update to 05_20130317
Changes:
  * The FAQ explanations concerning, what kind of programs can be
    written in Seed7 and the automatic memory management of Seed7, have
    been improved.
  * The compiler (s7c) has been improved to use the function
    strConcatN, when three or more strings are concatenated.
  * The compiler has been improved to define and use dynamic (virtual)
    destructors for interface types. The function itfCreate is used as
    constructor.
  * In the compiler the function init_string_constants_with_slices has
    been improved, to store the characters of string constants with
    more density.
  * The compiler functions prepare_typed_result, process_itf_cpy,
    process_itf_to_interface and process_ref_trace have been improved.
  * In str_rtl.c the functions strIPos2 and strPos2 have been added.
    This functions use a modified Boyer–Moore string search algorithm.
  * The performance of the function replace2 (library string.s7i) has
    been improved.
  * The example programs tetg.sd7 and tet.sd7 have been changed to
    abstain from using an outdated language feature. Now this programs
    can be compiled.
  * Parameter names have been added to seed7_05.s7i, pixmap_file.s7i,
    bitset.s7i, dialog.s7i, hash.s7i, console.s7i and string.s7i.
  * In sctlib.c and itflib.c the functions sct_cpy, sct_create,
    sct_destr, itf_cpy, itf_cpy2, itf_create, itf_create2, itf_destr
    and itf_to_interface have been improved to use reference counting
    (usage_count) for all objects of the category STRUCTOBJECT.
  * The support for the actions ITF_TO_HEAP and REF_BUILD has been
    removed from the interpreter.
  * Support for the action REF_GETREF has been added to interpreter and
    compiler.
  * The functions itf_to_heap (in itflib.c) and ref_build (in reflib.c)
    have been removed.
  * The function refItftosct (in ref_data.c) has been renamed to
    refItfToSct. The function ref_itftosct (in reflib.c) and the
    compiler have been changed to use the new function name.
  * The types smallpriortype and prior_type have been replaced by
    prioritytype in common.h, data.h, expr.c, expr.h, findid.h,
    syntax.c, token.c and token.h.
  * In itf_rtl.c the function itfCreate has been added and the function
    itfDestr has been removed.
  * Usages of the function stri_charpos in analyze.c and prclib.c have
    been replaced by calls of strChPos.
  * In executl.c the function crea_struct has been introduced and the
    function any_var_initialisation has been replaced by the functions
    sct_elem_initialisation and arr_elem_initialisation.
  * The function prot_block has been added to traceutl.c.
2013-03-20 16:59:15 +00:00
Alex Dupre
31d0b59a39 Update to 5.4.13 release.
PR:		ports/177082
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-03-20 08:15:37 +00:00
Romain Tartière
8fb31594d3 Various bugfixes
While these fixes should have been applied upstream, and new tarballs are
available, I am quite out of time ATM so after having successfully tested these
changes, push them to FreeBSD and provide appropriate kudos to appropriate
People.

Updating to more recent lang/mono is in the pipeline, and should reach the
ports tree soon.

PR:		ports/176030
Submitted by:	Jack Pappas <jack.pappas@tidepowerd.com>
2013-03-19 19:38:01 +00:00
Cy Schubert
ee48af85ce Update 2.062 --> 2.063 2013-03-19 14:08:43 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Eitan Adler
b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00
Florian Smeets
ed24f52ac4 Update to 5.3.23
Security:	1d23109a-9005-11e2-9602-d43d7e0c7c02
2013-03-18 20:46:51 +00:00
Sergey A. Osokin
93fb98e600 Apply hotfix from upstream.
Bump PORTREVISION.
2013-03-18 09:34:22 +00:00
Cy Schubert
0b8bdac95e Update 2.061 --> 2.062 2013-03-17 17:18:30 +00:00
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