1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

11374 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