1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

11301 Commits

Author SHA1 Message Date
Dirk Meyer
bbce5c5c7e - drop maintainership
Feature safe: yes
2012-10-18 19:34:13 +00:00
Dirk Meyer
5da0405c23 - drop maintainership
Feature safe: yes
2012-10-18 19:13:11 +00:00
Sergey A. Osokin
33499efc4b Update from 2.0.0-beta10 to 2.0.0-beta11.
Remove needless patch.

ChangeLog:	http://luajit.org/changes.html

Feature safe:	yes
2012-10-18 18:17:09 +00:00
Pietro Cerutti
b9b563468d - Update to 05_20121007
Changes:

  20121007:
  - An error message, that could occur when the Seed7 interpreter is
    compiled, is explained in the FAQ and to 'src/read_me.txt'.
  - A description of the for-step-statement was added to the manual.
  - The library make.s7i was improved. Now makefile dependencies can
    contain colons (:) and equal signs (=). The parameters of the echo
    command are parsed better now. Calls of the function callOwnProgram
    are also avoided now. This way the library works correctly, when it
    is used by programs other than make7.sd7.
  - The library tar.s7i was improved to set the file mode, when an
    archive is extracted.
  - Testcases for a variant of the @:= operator, which copies a string
    to another, were added to the program chkstr.sd7.
  - Interpreter and compiler were improved to support the situation,
    when source and destination of the @:= operator (action STR_POSCPY)
    are identical.
  - The compiler was improved to support the action ITF_DESTR.
  - The compiler was improved, to call C compiler and linker with
    specific options, such that unneeded functions are ommited (when
    the linker and executable file format support this feature).
  - The compiler was improved to remove debug symbols, unless called
    with -g (some makefiles now define LINKER_OPT_NO_DEBUG_INFO).
  - The function name(PROGRAM) was improved, to return the program name
    without following symbolic links.
  - The function path(PROGRAM) was improved, to follow symbolic links
    (see function followLink in cmd_rtl.c). Consequently dir(PROGRAM)
    also follows symbolic links.
  - The function CommandLineToArgvW in cmd_win.c was improved.
  - The files itf_rtl.c and itf_rtl.h, which contain interface
    functions, were added.
  - The makefile mk_mingc.mak was added to support compilation of the
    self extracting version of Seed7.

  20120923:
  - Experimental support for automatic memory management with reference
    counting was added to the interpreter.
  - The libraries external_file.s7i, field.s7i, stritext.s7i, gzip.s7i,
    listener.s7i, pixmap_file.s7i, shell.s7i, socket.s7i, strifile.s7i,
    dir.s7i, utf16.s7i, utf8.s7i and xmldom.s7i were improved to use
    the function toInterface.
  - The function name(PROGRAM) was improved, to return the name of the
    program without extension and without path.
  - The interpreter was improved to support the action ITF_DESTR.

Feature safe:	yes
2012-10-18 13:01:49 +00:00
Vanilla I. Shu
ff96836264 Upgrade to 0.4.
PR:		ports/172791
Submitted by:	maintainer
Feature safe:   yes
2012-10-18 07:03:50 +00:00
Koop Mast
1c4507fda0 Add a symlink for libmozjs185.so.1 so adding mozjs185 to LIB_DEPENDS works.
Approved by:	koobs (maintainer)
Feature safe: yes
2012-10-17 14:17:47 +00:00
Tom Judge
986f60aefc Spidermonkey is the JavaScript interpreter from the Mozilla project.
WWW: http://www.mozilla.org/js/spidermonkey/

Feature safe:	yes
PR:		ports/172710
PR:		ports/170768
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Submitted by:	Anton Afanasyev <aasoft@gmail.com>
Submitted by:	avg
Reviewed by:	kwm, flo
Approved by:	eadler (mentor)
2012-10-16 23:09:10 +00:00
Thomas Abthorpe
97e0ef7ef1 - Fix the ZLIB license now that it is standard in bsd.licenses.db.mk
Approved by:	cy (maintainer)
Pointyhat to:	tabthorpe
Feature safe:	yes
2012-10-16 16:36:49 +00:00
Brooks Davis
3ab73c87bd Connect dragonegg-devel46 to the build.
Reported by:	beat
Point hat to:	brooks
Feature safe:	yes
2012-10-15 16:52:11 +00:00
Gerald Pfeifer
fb00338386 Replace the use of _GCC_BUILD_DEPENDS (which was never meant to be
used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME.  This is still not
ideal, but at least a documented stopgap, and it avoids the manual
construction of the directory to be added to rpath.

Remove -rpath= from _CFLAGS and _LDFLAGS since CFLAGS and LDFLAGS
already have -Wl,-rpath= (and -rpath= itself is not even accepted
by current versions of GCC).

Approved by:	maintainer timeout (6 weeks)
Feature safe:	yes
2012-10-13 23:19:36 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Wesley Shields
392d692d4c Convert to new options.
PR:		ports/172419
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe:	yes
2012-10-12 16:50:40 +00:00
Gerald Pfeifer
753449006e For releases, libquadmath.info is always installed, even on
architectures where the library is not supported. [1]

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [2]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Reported by:	linimon [1]
Inspired by:	jkim [2]
Feature safe:	yes
2012-10-12 15:18:02 +00:00
Pietro Cerutti
a6c010248e - Avoid creating unused empty directories when installing tcl-modules
Approved by:	portmgr (bapt)
Feature safe:	yes
2012-10-12 07:57:47 +00:00
Jason E. Hale
a2d34f9f47 - Remove quotes from options string
While here:
- Trim Makefile header

PR:		ports/172603
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Reported by:	Riccardo Torrini
Feature safe:	yes
2012-10-12 01:04:30 +00:00
Brooks Davis
14aba22ba8 Add a port of the development version of DragonEgg.
DragonEgg is a gcc plugin that replaces GCC's optimizers and code
generators with those from the LLVM project.  It works with gcc-4.5
or gcc-4.6, can target the x86-32/x86-64 and ARM processor families.
It fully supports Ada, C, C++ and Fortran.  It has partial support
for Go, Java, Obj-C and Obj-C++.

Feature safe:	yes
2012-10-12 00:53:48 +00:00
Ruslan Makhmatkhanov
7b27be9500 - update to 0.9.9.1
- add build dependencies on bison and flex

while here:
- trim Makefile header
- remove redundant tabs in Makefile
- use SF shortcut in MASTER_SITES
- remove indefinite article from COMMENT
- remove exclicit dependency on qmake, since it is already defined in USE_QT4
- change BUILD_DEPENDS usage to more common
- remove trailing whitespace in pkg-descr

PR:		172583
Submitted by:	Fernando <fernando.apesteguia at gmail dot com> (maintainer)
Feature safe:	yes
2012-10-11 17:36:21 +00:00
Guido Falsi
383d692c9c - Remove double quotes from *_DESC
Requested by:	Zhihao Yuan <lichray@gmail.com> (maintainer, via email)
Noticed by:	Riccardo Torrini <riccardo@torrini.org>

Feature safe:	yes
2012-10-10 21:02:04 +00:00
Baptiste Daroussin
9fba83f6dc Do not try to delete a directory where nothing is being added by the package and
not created by the package.

This fix tcl86 building on pointyhat with pkgng.

Approved by:	c.petrik.sosa@gmail.com (maintainer)
2012-10-10 16:11:21 +00:00
Florian Smeets
01e3768bca remove trainling " from MYSQLND_DESC
Submitted by:	Riccardo Torrini <riccardo@torrini.org>
2012-10-10 11:47:32 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Andrej Zverev
4e7cc2d9b7 - Fix PERL_VERSION_REGEX to match actual perl version (5.16).
Repoted by: kib@
Reviewed by: tobez@
With Hat:   perl@
2012-10-09 10:33:21 +00:00
Alex Dupre
8a7cb3a042 Fix typo in MYSQLND_DESC.
Submitted by:	riccardo@torrini.org
2012-10-09 07:32:44 +00:00
Pietro Cerutti
1d61cf9f57 - Do not create DATADIR when building threaded version
Reported by:	PH (via linimon)
2012-10-08 07:47:13 +00:00
Jimmy Olgeni
68bfd2c172 Convert to OptionsNG; sort DISTNAME according to portlint. 2012-10-07 14:28:06 +00:00
Jimmy Olgeni
2f5e4511e6 Convert to OptionsNG. 2012-10-07 14:04:09 +00:00
Rene Ladan
902cc7fc4f Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
2012-10-07 09:11:51 +00:00
Andrej Zverev
716d07a4d9 Deprecate and set expiration date
PR:		ports/170602, ports/170603
Submitted by:	az
Approved by:	maintainer (timeout)
2012-10-06 18:21:57 +00:00
Carlo Strub
f919ff251e - Update to version 2012-10-05
- Remove indefinite article from COMMENT
- Improve pkg-descr

PR:		ports/172381
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2012-10-06 17:42:14 +00:00
Koop Mast
4e9d93dbac Don't try to tidy up user-created directories.
Approved by:	crees (python@)
2012-10-06 08:01:29 +00:00
Alex Dupre
80e4958419 Update to 5.4.7 release. 2012-10-04 10:00:00 +00:00
Baptiste Daroussin
9dc0f62a37 Convert to new options framework 2012-10-04 07:21:06 +00:00
Pietro Cerutti
dd4ee8a24f - Update to 2011.09.12
- Convert to OptionsNG
- Put addons that have dependencies into OPTIONS
2012-10-04 07:15:25 +00:00
Sofian Brabez
4beca75f6c - Add pkgng support 2012-10-03 09:18:51 +00:00
Ruslan Makhmatkhanov
309da33d2f - do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz

I compared all the four pairs .tgz/.tar.xz and they have no content differences.

Discussed on:	python@
2012-10-03 04:06:37 +00:00
Julien Laffaye
9c26ce0839 - Fix plist 2012-10-02 18:17:07 +00:00
Frederic Culot
cedc56400e - Update to 2012.09
Changelog:	http://rakudo.org/2012/09/30/rakudo-star-2012-09-released/
PR:		ports/172203
Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>
2012-10-01 13:23:35 +00:00
Gerald Pfeifer
c0a0ba288e Forward port revision 282369 [1] which carried the following description:
On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and
  make the Makefile machinery a bit more generic to minimize differences
  between lang/gcc ports based on releases and those based on snapshots.

On the way, update to the 20120930 snapshot of GCC 4.8.0.

Submitted by:	jkim [1]
2012-10-01 03:46:21 +00:00
Gerald Pfeifer
3b6cf85a1e Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Inspired by:	jkim [1]
2012-09-30 23:58:45 +00:00
Gerald Pfeifer
8fbf5398c1 Forward port revision 282369 [1] which carried the following description:
On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and
  make the Makefile machinery a bit more generic to minimize differences
  between lang/gcc ports based on releases and those based on snapshots.

On the way, update to the 20120929 snapshot of GCC 4.7.3.

Submitted by:	jkim [1]
2012-09-30 12:27:33 +00:00
Ruslan Makhmatkhanov
fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00
Jase Thew
45adb3744b - Remove DOCS option to prevent dialog being displayed
Requested by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer, via email)
Approved by:	flo, culot (mentors, implicit)
2012-09-30 01:03:38 +00:00
Jose Alonso Cardenas Marquez
b3bf0d27ee - Fix editors/fpc-ide 2012-09-30 00:28:07 +00:00
Jimmy Olgeni
fc70633608 Upgrade to version 0.17.1.
PR:		ports/172158
Submitted by:	olgeni
Approved by:	maintainer (private mail)
2012-09-29 22:10:32 +00:00
Jase Thew
40445ba600 - Update to 4.8.0 [1]
- Convert to OPTIONSng, add DOCS option
- Convert to new format Makefile header
- Tidy up PORTDOCS handling

Changes:	http://code.call-cc.org/releases/4.8.0/NEWS

PR:		ports/171926 [1]
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Approved by:	flo, culot (mentors, implicit)
2012-09-29 20:38:27 +00:00
Ruslan Makhmatkhanov
4181937538 - fix runtime error by using correct SqueakV41 image
PR:		171291
Submitted by:	Takeshi MUTOH <mutoh at openedu dot org> (maintainer)
Reported by:	Patrick Dudjalija <patrick.dudjalija at gmail dot com>
2012-09-29 17:40:53 +00:00
Gerald Pfeifer
753bc68a05 Update to the 20120909 snapshot of GCC 4.8.0. (Later versions have
an issue that is being in the works right now.)

Cut down the comments at the top of Makefile per recent guidance.

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Inspired by:	jkim [1]
2012-09-29 03:20:08 +00:00
Gerald Pfeifer
07ebde802e Update to the 20120922 snapshot of GCC 4.7.3, which is pretty close
to the GCC 4.7.2 release.  It also fixes an ABI problem introduced
with earlier GCC 4.7 releases.

Cut down the comments at the top of Makefile per recent guidance.

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Inspired by:	jkim [1]
2012-09-28 14:15:51 +00:00
Sofian Brabez
f070977bbf - Speed up upgrade-site-packages [1]
- Use make modifiers [2]

PR:		ports/155970
Submitted by:	Julien Laffaye <kimelto at gmail.com> [1], sbz (myself) [2]
Exp-run by:	beat
2012-09-27 13:52:53 +00:00
Matthias Andree
cd639ceab1 Set LICENSE=MIT per <http://www.lua.org/license.html> 2012-09-26 21:29:50 +00:00
Greg Larkin
9bb64634fe - Marked FORBIDDEN due to severe unfixed vulnerability
Requested by:	eadler
2012-09-26 19:30:18 +00:00
Greg Larkin
7e63d892dd - Document remote code execution in ePerl (all versions)
- Deprecate and schedule removal in month - no upstream fix available and
  no active development since 1998

Security:	73efb1b7-07ec-11e2-a391-000c29033c32
Security:	CVE-2001-0733
Security:	http://www.shmoo.com/mail/bugtraq/jun01/msg00286.shtml
2012-09-26 15:37:58 +00:00
Romain Tartière
bc47217d49 Fix pkg-plist.
Reported by:	redports QAT, PointyHat (via beat@)
2012-09-26 10:07:07 +00:00
Pietro Cerutti
6ae04844f3 - Fix PLIST
Reported by:	PH (via beat@)
2012-09-26 09:30:50 +00:00
Julien Laffaye
449f0c8cbe - Update to 1.0.3
- Switch to new Makefile header style
2012-09-25 19:11:57 +00:00
Romain Tartière
c930dc1333 Update to 2.11.4. 2012-09-25 15:54:43 +00:00
Pietro Cerutti
2a07ca7ce8 - fix patch / install in tcl86-threads after update of tcl86
Reported by:	PH (via beat@)
2012-09-25 07:46:04 +00:00
Pietro Cerutti
e85851d3bf - update to 05_20120909
Changes:

    20120909:
    - The chapters about predefined statements and the foreign function
      interface in the manual, were improved.
    - An explanation, why the div operator is used for integer divisions,
      was added to the FAQ.
    - The FAQ about garbage collection was improved.
    - Links to EBNF syntax descriptions and exceptions were added to the
      HTML version of the manual.
    - EBNF syntax descriptions in the manual were improved.
    - Interpreter and compiler were improved to support the actions
      CMD_ENVIRONMENT and CMD_GET_SEARCH_PATH.
    - The library shell.s7i was improved to define the functions
      getSearchPath and environment.
    - The function path(PROGRAM) was improved to return the accurate
      value under all circumstances.
    - Several preprocessor defines were moved from "common.h to the new
      include file "config.h".
    - In cmdlib.c the function toArraytype() was introduced and used in
      cmd_environment() and cmd_getSearchPath().
    - In cmd_rtl.c the functions add_stri_to_array() and
      complete_stri_array() were introduced and used in read_dir(),
      getSearchPath() and cmdEnvironment().
    - Parameter names in drw_win.c, drw_x11.c and drw_dos.c were changed
      to fit to the names used in graph.s7i.
    - Parameter names in clib_file.s7i, keybd.s7i, sockbase.s7i,
      socket.s7i, utf8.s7i, fil_rtl.c, gkb_rtl.c, kbd_rtl.c, soc_dos.c,
      soc_rtl.c and ut8_rtl.c were changed to fit to each other.
    - The function conv_from_os_stri() was added to striutl.c .
    - The function concat_path in str_rtl.c was improved to work
      correctly, when the relative path contains "..".
    - In several makefiles defines for SEARCH_PATH_DELIMITER and
      os_environ were added and defines for
      MAP_ABSOLUTE_PATH_TO_DRIVE_LETTERS were replaced with
      defines for OS_PATH_HAS_DRIVE_LETTERS.
    - A description of several C preprocessor macros used in "version.h"
      and "config.h" was added to the file "src/read_me.txt".
    - Parameter names were added to function definitions in various
      libraries.
    - Documentation comments were added or improved in the files
      "clib_file.s7i", "external_file.s7i", "socket.s7i", "fil_rtl.c" and
      "striutl.c".
    - The function determineEnvironDefines was added to "chkccomp.c".

    20120826:
    - A chapter, which explains the foreign function interface, was added
      to the manual.
    - Syntax descriptions, code examples and tables in the HTML version
      of the manual were improved.
    - Documentation comments were added to the file "striutl.c".
    - A description of several C preprocessor macros used in "version.h"
      was added to the file "src/read_me.txt".
2012-09-24 12:56:05 +00:00
Chris Rees
5095773ef7 Of course, files/patch-* should not be in EXTRA_PATCHES.
I've tested this change properly now, and I'll sit quietly in the corner
for a while.
2012-09-22 17:59:16 +00:00
Chris Rees
0f621ddd75 My turn for the pointyhat 2012-09-22 16:43:59 +00:00
Chris Rees
0f681b4e4e Restore files/patch-uk-locale that was removed from tcl86/files
Although gahr removed the file, the pointyhat really belongs to mi for putting
such a nasty surprise into an unrelated Makefile...

Noticed by:	David Wolfskill
2012-09-22 16:38:59 +00:00
Thomas Abthorpe
f07b8d8563 - Reassign to the heap at maintainer's request 2012-09-22 15:29:27 +00:00
Steve Wills
ffbafcde48 - Fix memory leak
PR:		ports/171807
Submitted by:	stas
2012-09-22 14:27:51 +00:00
Baptiste Daroussin
ac54f274cc Deprecated a bunch a ports with no more public distfiles (thanks ehaupt's
distilator
2012-09-21 06:52:44 +00:00
Johan van Selst
791de6b028 Update to match current ocaml version
In the future, this may be included in lang/ocaml instead
2012-09-20 20:43:09 +00:00
Johan van Selst
49e5747aed fix package list (depending on architecture) 2012-09-20 20:34:25 +00:00
Bryan Drewery
8405f4c7b3 - Update php52 backports patch to 20120911
- Add and update relevant vuxml entries

Changes:
  - CVE-2011-1398 - The sapi_header_op function in main/SAPI.c in PHP
    before 5.3.11 does not properly handle %0D sequences
  - CVE-2012-0789 - Memory leak in the timezone functionality in PHP
    before 5.3.9 allows remote attackers to cause a denial of service
    (memory consumption) by triggering many strtotime function calls,
    which are not properly handled by the php_date_parse_tzfile cache.
  - CVE-2012-3365 - The SQLite functionality in PHP before 5.3.15 allows
    remote attackers to bypass the open_basedir protection mechanism via
     unspecified vectors
  - Timezone database updated to version 2012.5 (2012e) (from 2011.13 (2011m))
  - Minor improvements (CVE-2012-2688, compilation issues with old GCC)

PR:		ports/171583
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2012-09-20 03:02:43 +00:00
Florian Smeets
a2eb5568e6 Update to 5.3.17 2012-09-19 16:21:17 +00:00
Pietro Cerutti
bf9318135b - Update to 8.6.b.3
Release notes:
  http://sf.net/projects/tcl/files/Tcl/8.6b3/tcltk-release-notes-8.6b3.txt/view
2012-09-19 13:11:09 +00:00
Steve Wills
6f30916e32 - Fix build with clang
Submitted by:	dim
2012-09-18 20:41:15 +00:00
Eitan Adler
aa50e02200 Convert to optionsNG
Reviewed by:	crees
2012-09-18 20:12:55 +00:00
Pietro Cerutti
ab2321723a - Fix build against Tcl 8.6
PR:		171208
Submitted by:	gahr
Approved by:	maintainer (timeout > 15 days)
2012-09-18 10:47:02 +00:00
Brooks Davis
8b09a265ce Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie and
mips as well as reported improvements to the MIPS backend.
2012-09-14 21:03:34 +00:00
Vanilla I. Shu
f556acafc8 Upgrade to 3.13.7. 2012-09-14 12:23:32 +00:00
Florian Smeets
0ac6fe205d - put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be used
simultaneously (affects databases/php53-dba) [1]
- fix a typo introduced in r300957 that prevents mail/php53-imap from
  building [2]

PR:		ports/171636 [2]
Submitted by:	<freebsd@nagilum.org> [2]
Reported by:	Shahin Qurbanov <shahin.b.qurbanov@gmail.com> [1]
2012-09-14 11:09:26 +00:00
Brendan Fabeny
b7c7102421 update lang/sbcl to 1.0.58 and switch to the new options format;
adjust dependent ports
2012-09-13 02:03:41 +00:00
Gerald Pfeifer
d586b90da2 Just build, do not bootstrap, this version of GCC in our ports tree.
This speeds up a full port/package test cycle by 50% on a 4-core
system; a simple build/install will benefit even more.

On the way, have he compiler report itself as "FreeBSD Ports Collection".
2012-09-12 23:20:43 +00:00
Jimmy Olgeni
62448feee6 Add configuration check: DTRACE support on amd64 requires GCC46 to
be enabled.

Building with gcc version 4.2.1 20070831 causes an infinite loop
while compiling erl_nif.c.

Discovered by:		Kenji Rikitake
2012-09-11 20:16:20 +00:00
Beat Gaetzi
734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00
Jimmy Olgeni
7b8e8f6174 - Upgrade to version R15B02
- Add GCC46 option
- Update pkg-descr with text from erlang.org
2012-09-10 19:09:48 +00:00
Gerald Pfeifer
a14b57b774 Update to the 20120908 snapshot of GCC 4.7.2. 2012-09-09 18:36:39 +00:00
Olli Hauer
f1ddff4b92 - fix PORT_OPTIONS s/)/}/ 2012-09-08 11:48:59 +00:00
Mark Linimon
163465897a Also mark broken on powerpc (and, presumably, ia64).
Hat:		portmgr
2012-09-08 07:47:30 +00:00
Mark Linimon
56a501c37c Also broken on powerpc-8.
Hat:		portmgr
2012-09-08 07:45:10 +00:00
Mark Linimon
7d066d704e Remove files only applicable to alpha.
Hat:		portmgr
2012-09-08 07:42:46 +00:00
Mark Linimon
32d661805d Attempt to fix build on powerpc. While here, remove remnants from alpha.
Hat:		portmgr
2012-09-08 07:41:57 +00:00
Mark Linimon
f12a5af997 Mark as broken on sparc64.
Hat:		portmgr
2012-09-08 06:53:18 +00:00
Xin LI
bdb298664a Unbreak for recent FreeBSD versions by zapping out malloc.c, which is no
longer needed in modern FreeBSD versions.

PORTREVISION intentionally not bumped.
2012-09-07 23:17:09 +00:00
Li-Wen Hsu
86946a142d - Update to 0.2.8
PR:		ports/171374
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw>
2012-09-07 05:09:41 +00:00
Olli Hauer
7ac87c1460 - remove apache13 support
- use DOS2UNIX macro
- rewrite for options NG
- use USE_XXX macros instead (BUILD|RUN)_DEPENDS

PR:		170752
Submitted by:	ohauer@
Approved by:	maintainer timeout
2012-09-06 05:22:27 +00:00
Dag-Erling Smørgrav
dbc36c9345 Remove useless metadata from ports I created. 2012-09-05 15:43:33 +00:00
Gerald Pfeifer
a6e3ad55b2 Update to the 20120902 snapshot of GCC 4.8.0 (where I committed
support for OpenBSD/x86_64 if anyone is interested in building
for that).
2012-09-04 17:33:28 +00:00
Ashish SHUKLA
4b9fb5608c Chase Emacs updates 2012-09-04 17:05:43 +00:00
Wen Heping
1e8f2308c3 - Update to 0.17 2012-09-04 07:16:31 +00:00
Mark Linimon
8e65c59121 Mark as broken on powerpc and sparc64 (and, presumably, ia64).
Hat:		portmgr
2012-09-04 06:57:36 +00:00
Mark Linimon
28e3778d59 Mark as broken on ARM. 2012-09-04 03:01:19 +00:00
Tom Judge
0b159fb4af Chase rename of lang/spidermonkey to lang/spidermonkey17.
Approved by:	eadler (mentor)
2012-09-02 20:02:00 +00:00
Tom Judge
f03f2be24f Rename lang/spidermonkey to lang/spidermonkey17 in preperation for the
import of lang/spidermonkey18.

Approved by:	Dan Rench <citric@cubicone.tmetic.com> (maintainer)
Approved by:	eadler (mentor)
2012-09-02 19:59:20 +00:00
Johan van Selst
0605c9637c - Update Pike to 7.8.700
- Reduce Makefile header
2012-09-02 12:03:45 +00:00
Gerald Pfeifer
3b642da545 Convert to the new options framework.
Remove now deprecated comments at the top of Makefile.
2012-09-01 20:46:57 +00:00
Gerald Pfeifer
5129f999be Update to the 20120831 snapshot of GCC 4.6.4.
Remove now deprecated comments at the top of Makefile.
2012-09-01 19:16:37 +00:00
Guido Falsi
8a38fa5219 - Fix CONFLICTS
- bump PORTREVISION

Reported by:	kwm
Approved by:	Tijl Coosemans <tijl@coosemans.org> (maintainer, via email)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-08-30 17:07:53 +00:00
Brooks Davis
dfb1151579 Fix a missing plist entry.
Submitted by:	QAT (beat)
2012-08-30 09:05:30 +00:00
Jimmy Olgeni
dca7bff7eb Replace spaces with tabs in assignments. 2012-08-29 15:33:02 +00:00
Pietro Cerutti
90608aa68a - Fix build against Tcl/Tk 8.6
- Remove limitation on using a non-threaded version of Tcl/Tk

PR:		171142
Submitted by:	gahr
Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2012-08-29 07:28:18 +00:00
Guido Falsi
98c91dc6d2 - Unbreak on ARCH != i386
- Change CONFLICTS

Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer, via email)
Approved by:	crees (mentor)
2012-08-28 12:02:30 +00:00
Jimmy Olgeni
6e04db9df9 Fix tinderbox leftovers warning from r303095: do not install
lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86.
2012-08-27 20:38:40 +00:00
Brooks Davis
badfe4d42c Fix creation of position independent executables (-fPIE -pie).
There were two bugs here.  First, -pie was not passed to ld.  Second,
non-relocatable versions of three *crt*.o archives were used in the pie
case.

Additionally, link with crtbeginT.o in the -static case.

Shift style towards that of the Linux code since much of the new login was
cribbed from it.

Reported by:	jonathan
2012-08-27 16:18:52 +00:00
Gerald Pfeifer
1de64f8f94 Update to the 20120826 snapshot of GCC 4.8.0. 2012-08-27 08:11:33 +00:00
Gerald Pfeifer
e399a9f1af Update to the 20120825 snapshot of GCC 4.7.2. 2012-08-26 00:40:13 +00:00
Gerald Pfeifer
ddbf2f7d67 Add arm to NOT_FOR_ARCHS. [1]
Remove ABI version numbers for all library dependencies.

Reported by:	linimon [1]
2012-08-25 15:04:46 +00:00
Mikhail Teterin
4f67c9a236 Fix the name of the month of March in the Ukrainian locale for
Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already
submitted upstream.

Bump PORTREVISIONs for both.
2012-08-24 17:16:37 +00:00
Guido Falsi
42f540ca33 - Update to version 3.2.0
- Add conflict with lang/sdcc-devel [1]
- Convert to OptionsNG
- Mark ONLY_FOR_ARCHS i386 as it seems to be the only supported one
  by upstream project under FreeBSD

PR:		ports/170371
Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer)
Reported by:	Sulev-Madis 'ketas' Silber <madis555.hot.ee> [1]
Approved by:	tabthorpe (mentor)
2012-08-24 16:58:07 +00:00
Xin LI
2210aeb44f Update to 2.0.1 and use Java 1.7+.
PR:		ports/170942
Approved by:	maintainer
2012-08-23 23:00:50 +00:00
Brooks Davis
780c634d26 Update LLVM and Clang to r162438 plus a couple patchs to make it possible
to target MIPS with FreeBSD's base binutils.
2012-08-23 21:04:16 +00:00
Jung-uk Kim
a7d95c343a Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:
http://svnweb.freebsd.org/base?view=revision&revision=238554

Approved by:	brooks (maintainer)
2012-08-23 21:02:09 +00:00
Cy Schubert
553e735147 Update 2.059 --> 2.060 2012-08-23 15:16:26 +00:00
Cy Schubert
104ba09978 Update 1.074 --> 1.075 2012-08-23 15:15:16 +00:00
Alex Dupre
f83b30b961 Add all PDO drivers. 2012-08-23 14:56:13 +00:00
Alex Dupre
dfc4377001 Update to 5.4.6 release. 2012-08-23 14:54:48 +00:00
Florian Smeets
8b2084bb71 - Update to 5.3.16
- Add options PDO_MYSQL and PDO_PGSQL to php53-extensions [1]

PR:		ports/170401 [1]
Submitted by:	bdrewery [1]
2012-08-22 20:40:40 +00:00
Erwin Lansing
1f2d5f0403 Mark BROKEN everywhere
Submitted by:	pointyhat
2012-08-22 06:56:56 +00:00
Gerald Pfeifer
c6d9a9155d Convert to the new options framework.
Remove ABI version numbers for all library dependencies.

Update to the 20120817 snapshot of GCC 4.6.4.
2012-08-22 00:41:37 +00:00
Jeremy Messenger
58afbd4743 The tarball has been reroll for some reason as there is no change. 2012-08-21 22:36:41 +00:00
Gerald Pfeifer
b1872fb339 Update to the 20120818 snapshot of GCC 4.7.2. 2012-08-21 21:01:21 +00:00
Beat Gaetzi
3466ea93cb - Mark BROKEN: checksum mismatch
Reported by:	pointyhat
2012-08-21 19:00:32 +00:00
Gerald Pfeifer
3d0a6e81c9 Update to the 20120819 snapshot of GCC 4.8.0. 2012-08-21 15:53:22 +00:00
Gerald Pfeifer
5c0bda5094 Update to the 20120819 snapshot of GCC 4.8.0. 2012-08-21 15:38:53 +00:00
Erwin Lansing
2ff7128916 Mark BROKEN: does not build
Submitted by:	pointyhat
2012-08-20 07:09:24 +00:00
Jimmy Olgeni
efb8ecbe48 Revert test code that crept in on r302526.
Submitted by:	Jarrod Sayers <jarrod downtools.com.au>
2012-08-19 04:26:58 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Jimmy Olgeni
d436594f10 Pet portlint:
- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS and LATEST_LINK
- Remove ABI versions from LIB_DEPENDS

Also:

- Remove unnecessary NOPORTDOCS check
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
2012-08-18 10:28:18 +00:00
Jimmy Olgeni
dab04f1eef Pet portlint:
- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS
2012-08-18 10:18:27 +00:00
Jimmy Olgeni
b7e92b9c87 Add experimental DTrace support.
Obtained from:	Kenji Rikitake's Erlang port on github
		https://github.com/jj1bdx/erlang-freebsd-port
2012-08-17 13:16:43 +00:00
Jimmy Olgeni
fc25c1f324 Fix LATEST_LINK. 2012-08-16 15:40:57 +00:00
Pietro Cerutti
a063b29857 - Update to 05_20120806
Changes:
  * The new library image.s7i was added. The contents of this library
    was extracted from the program "carddemo.sd7".
  * The new library make.s7i was added. The contents of this library
    was extracted from the program "make7.sd7".
  * The function 'str' and the 'parse' operator were added to the
    library bstring.s7i.
  * The function readDir was added to the library tar.s7i.
  * A documentation comment was improved in the library bigint.s7i.
  * The generation of bstring constants in the compiler (comp.sd7) was
    improved.
  * The function intStrHex was renamed to intStrPow2Base in the files
    "int_rtl.c", "int_rtl.h" and in the compiler. The new function is
    used to convert an integer to a string, when the number base is a
    power of two.
  * The function stri_export was renamed to stri_export_utf8 in the C
    source files.
  * The function cp_to_cstri was renamed to cp_to_cstri8 in the C
    source files.
  * Documentation comments were added and improved in the file
    "striutl.c".
  * The makefile mk_msvc.mak was changed to write a definition of
    LIMITED_CSTRI_LITERAL_LEN to "version.h".
  * Documentation comments were improved in the libraries idxarray.s7i,
    array.s7i, dir.s7i, external_file.s7i, osfiles.s7i, duration.s7i
    and time.s7i.
  * Parameter names were added to function definitions in the
    libraries array.s7i, bigfile.s7i, hash.s7i and idxarray.s7i.
  * The compiler was improved to generate better inline code for set
    membership (operator: in).
  * The functions 'cmdFileType' and 'cmdFileTypeSL' in "cmd_rtl.c" were
    improved to return FILE_ABSENT, when the file name is too long
    (stat() respectively lstat() return an error and errno has the
    value ENAMETOOLONG) or when the file name is an empty string.
  * The new libraries subrange.s7i, ref_list.s7i and reference.s7i were
    added. The contents of this libraries were extracted from the
    seed7_05.s7i library.
2012-08-16 09:44:04 +00:00
Jimmy Olgeni
a40f1404b2 Document conflicts with Erlang R14. 2012-08-15 20:17:48 +00:00
Jimmy Olgeni
b4b19682a7 Connect lang/erlang14 to the build. 2012-08-15 20:16:06 +00:00
Jimmy Olgeni
88623fcbc7 - Use the same version numbering scheme as lang/erlang.
- Document conflict with Erlang R15.
2012-08-15 20:13:48 +00:00
Jimmy Olgeni
fa161be0ef - Upgrade to version R15B01, plus a general cleanup and lots of
fixes (notably SSL and SCTP). [0]

- Switch to a more common version numbering in package name.

Submitted by:	ale[0]
2012-08-15 20:01:14 +00:00
Thomas Abthorpe
337d245077 - Reassign cracauer@ ports to the heap
- Thanks for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:07:31 +00:00
Jimmy Olgeni
ed62e52003 Remove conflicts with lang/erlang-lite, removed in r302575. 2012-08-15 13:46:10 +00:00
Jimmy Olgeni
9ca9c2a910 Remove the lang/erlang-lite port, which is now redundant as it
specifies the same set of options as lang/erlang's defaults.

Dependent ports were fixed in r302574.
2012-08-15 13:44:43 +00:00
Jimmy Olgeni
0ec8a61b59 Restore MAKE_JOBS_UNSAFE. 2012-08-15 12:03:15 +00:00
Jimmy Olgeni
dd9f7e62b3 Fix Java requirement in pkg-descr according to Makefile. 2012-08-14 20:16:16 +00:00
Jimmy Olgeni
9d178fef8b Upgrade to version 1.8. 2012-08-14 16:35:45 +00:00
Jimmy Olgeni
f2cc0dc0fc - Upgrade to version 12.7.1 [0].
- Convert to OptionsNG while I'm here.

Submitted by:	Krishna <v.krishnakumar@gmail.com> (by email) [0]
2012-08-14 16:21:51 +00:00
Ashish SHUKLA
9086f7082d - Add patch to fix breakage with Emacs 24.x
- Bump PORTREVISION

Reported by:	beat
Approved by:	Michael Grünewald <michael.grunewald@laposte.net>
2012-08-13 01:41:10 +00:00
Ruslan Makhmatkhanov
642892feea - update to 20120807
while here:
- convert to optionsNG
- tab -> space in pkg-descr:WWW

PR:		170486
Submitted by:	Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
2012-08-11 05:42:47 +00:00
Guido Falsi
f3f9d75be8 - Update to to 0.6.69
- Whitespace fix

PR:		ports/170504
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees (mentor)
2012-08-10 12:28:23 +00:00
Martin Matuska
4d1b93c30b Fix tcltest dependency
Reported by:	beat@FreeBSD.org
2012-08-10 12:03:39 +00:00
Jose Alonso Cardenas Marquez
d7c0a3a07b - Now freepascal units respect LOCALBASE
PR:		ports/153567
Submitted by:	amdmi3
2012-08-10 01:11:10 +00:00
Frederic Culot
4cc1f55bc3 - Update diff-core patch to allow faster symbol matching on FreeBSD>=9
- Fix shared libraries issues by automatically adding rpath to generated
  binaries
- Bump portrevision

PR:		ports/170439
Submitted by:	John Marino <draco@marino.st> (maintainer)
2012-08-09 06:29:42 +00:00
Gerald Pfeifer
b1f0064a5d Update to the 20120805 snapshot of GCC 4.8.0. 2012-08-08 23:57:31 +00:00
Gabor Pali
148d78635c HLint gives suggestions on how to improve your source code.
WWW:    http://community.haskell.org/~ndm/hlint/

Obtained from:	FreeBSD Haskell
2012-08-08 23:37:48 +00:00
Jimmy Olgeni
c09f3ec087 Upgrade to version 5.3.
- Remove explicit ABI versions frmo LIB_DEPENDS (portlint).
- Convert to OptionsNG.
- Add missing CONFLICTS with lang/racket.
- Some whitespace fixes.
2012-08-08 14:44:37 +00:00
Jimmy Olgeni
9ba9b8cc89 Upgrade to version 5.3.
- Remove explicit ABI versions frmo LIB_DEPENDS (portlint).
- Convert to OptionsNG.
- Some whitespace fixes.
2012-08-08 14:43:27 +00:00
Gabor Pali
56798a1025 - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-08 09:36:20 +00:00
Frederic Culot
d9e8e76c4a - Update patches to fix exception handling on amd64/FreeBSD 9+
- Bump portrevision

PR:		ports/170440
Submitted by:	John Marino <draco@marino.st> (maintainer)
2012-08-08 06:54:57 +00:00
Jeremy Messenger
2697454b55 - The tarball has been rerolled. The diff doesn't find any of change, so
there was no change.
- Fix the build on FreeBSD 7.x.
- Improvement on patch-lib_stdlib_extract-import-plugin.sh, functions better
  and only affect on build side (not runtime).

Reported by:	pointyhat (beat)
2012-08-08 02:04:56 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Gerald Pfeifer
dcc5de0cfc Remove ABI version numbers for all library dependencies.
Just build, do not bootstrap, this obsolete and frozen version of GCC.
2012-08-05 17:46:58 +00:00
Gerald Pfeifer
7f91a85774 Update to the 20120804 snapshot of GCC 4.7.2. 2012-08-05 15:41:15 +00:00
Martin Wilke
a40cabd58f - Remove some empty files 2012-08-05 08:19:31 +00:00
Martin Wilke
85582e89b8 - Update to 1.2.6
PR:		170155
Submitted by:	Ports Fury
2012-08-05 05:04:29 +00:00
Martin Wilke
2d8681b960 - Update to 3.21
PR:		170154
Submitted by:	Port Fury
2012-08-05 04:51:06 +00:00
Jun Kuriyama
e4c5b38537 - Upgrade to 1.6.1.
PR based on:	ports/168150
Submitted by:	Alexander Brovikov <alexander@brovikov.ru>
2012-08-05 02:31:53 +00:00
Gerald Pfeifer
4d3e133549 Just build, do not bootstrap, this stable, default version of GCC
in our ports tree.  This speeds up a full port/package test cycle
by 31% on a 4-core system; a simple build/install will benefit even
more.

(This may impact compile time by this compiler a bit, depending on
how well the system compiler optimizes this codebase.  And we only
should do this for stable, established versions of GCC.)

Remove ABI version numbers for all library dependencies.
2012-08-05 01:56:58 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Jeremy Messenger
c237fa2bba Add missing patches.... Wasn't pay attention when I ran 'cvs add'... 2012-08-04 20:07:19 +00:00
Jeremy Messenger
924bc30e9a Update to 1.0.5.2988. Changelog: http://opalang.org/resources/changelog.xmlt 2012-08-04 19:56:17 +00:00
Martin Matuska
302a9606ff Release maintainership of Tcl/Tk ports back to pool. 2012-08-03 22:57:36 +00:00
Martin Matuska
720d63d4b3 Always install tclsh and wish manual pages. 2012-08-03 22:34:53 +00:00
Martin Matuska
4138f727a8 Update tcl85/tk85 to 8.5.12 2012-08-03 09:17:41 +00:00
Gabor Pali
7f2b7e6b93 - Remove some more cruft
Obtained from:	FreeBSD Haskell
2012-08-03 04:07:05 +00:00
Gabor Pali
41ee178e29 - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-03 03:45:16 +00:00
Gabor Pali
8337e56bc3 - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-03 03:44:20 +00:00
Gabor Pali
5a59048425 - Update HsColour to 1.20.2
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:08:54 +00:00
Gabor Pali
03f12b61df - Use the new options framework
Obtained from:	FreeBSD Haskell
2012-08-03 02:35:28 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Ashish SHUKLA
f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Brooks Davis
ac22ad8665 Fix build in the !DOCS case.
Reported by:	avg
2012-07-31 18:49:18 +00:00
Frederic Culot
63ae642bd6 gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally it
was planned for lang/gnat-aux to upgrade to version 4.7, then 4.8, etc.
However, some cross-compilers are based on it and there are some significant
differences between gcc 4.6 and 4.7. lang/gnat-aux also installs with a
${LOCALBASE} of /usr/local which has a high potential of file conflicts with
other lang/ compilers. Another reason for keeping them separate is just about
every Ada program will need to be patched for it due to new binding
interpretations stemming from Ada-2012 work. Simply updating gnat-aux would
break them all instantly.

The AUX compiler supports several languages: Ada, C, C++, Fortran and
Objective-C.  Since Ada support must be built by an Ada-capable compiler, only
platforms for which a bootstrap compiler is available can build the AUX
compiler.

The AUX compiler is based on release versions of the Free Software Foundation's
GNU Compiler Collection.  It carries with it the GMGPL license, the modified
version of the GPL that exempts generic instantiation from resulting in a
GPL-licensed executable.  It also carries the GCC Runtime Library Exception, so
the resulting binaries have no licensing requirements.  Binaries produced by
the AUX compiler should be legally handled the same as binaries produced by any
FSF compiler.

The AUX GNAT compiler implements the full Ada-83, Ada-95, Ada-2005 standard and
provides a partial implementation of Ada-2012.

WWW: http://www.dragonlace.net/

PR:		ports/169951
Submitted by:	John Marino <draco@marino.st>
2012-07-31 17:35:29 +00:00
Frederic Culot
b9b61febb2 - Update to 2012.07
Changelog:	http://rakudo.org/2012/07/28/rakudo-star-2012-07-released/
PR:		ports/170277
Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>
2012-07-30 19:10:52 +00:00
Brooks Davis
55572fdbcd Install manpages even when docs are off.
Depend on devel/binutils on older OS versions which are missing a
require option

PR:		ports/170049, ports/170036
2012-07-30 18:41:17 +00:00
Gerald Pfeifer
449f804913 Convert to the new options framework.
On the way update to the 20120728 snapshot of GCC 4.7.2.
2012-07-30 14:39:58 +00:00
Gerald Pfeifer
1e86b5a214 Convert to the new options framework.
On the way update to the 20120729 snapshot of GCC 4.8.0.
2012-07-30 12:47:27 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Dirk Meyer
e05b114309 - retire steptalk 2012-07-28 08:36:47 +00:00
Alex Kozlov
5e83c36f63 Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
2012-07-28 01:02:20 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Brooks Davis
aa0d416cbe Correct a plist error reported by QAT. 2012-07-25 21:19:50 +00:00
Gerald Pfeifer
a778e97c28 Update to the 20120722 snapshot of GCC 4.8.0.
Remove ABI version numbers for all library dependencies.
2012-07-25 09:53:04 +00:00
Gerald Pfeifer
18e5bb668a Update to the 20120721 snapshot of GCC 4.7.2.
Remove ABI version numbers for all library dependencies.
2012-07-25 08:47:55 +00:00
Wen Heping
38b8990e69 - Update to 0.1.2
PR:		170105
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-07-25 05:13:12 +00:00
Michael Scheidell
c8379bb175 - Update to version 20120710.
- Add license.

PR:		ports/169761
Submitted by:	"Nils M Holm" <nmh@t3x.org> (maintainer)
2012-07-24 15:41:01 +00:00
Xin LI
c70c6891b6 Update to 5.4.5.
Security:	bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89
With hat:	secteam
2012-07-23 23:18:19 +00:00
Florian Smeets
f1f37a4b87 - update to 5.3.15
- document php vulnerabilities

Security:	http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html
2012-07-23 14:39:48 +00:00
Ruslan Makhmatkhanov
52b0b63b17 - update backports patch to 20120721
- bump PORTREVISION

PR:		170063
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:	Alex Keda <admin at lissyara dot su> (maintainer)
2012-07-23 04:14:11 +00:00
Marcus von Appen
a9682d1571 - Fix Python OPT flags for WITH_PTH knob
PR:		ports/168767
Submitted by:	Marcus von Appen <mva@freebsd.org>
2012-07-22 09:45:24 +00:00
Li-Wen Hsu
e3459aed95 - Add option to build clay-bindgen
PR:		ports/169969
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-07-21 18:03:59 +00:00
Baptiste Daroussin
67e94b5344 Fix conversion to optionsng 2012-07-20 21:37:14 +00:00
Jimmy Olgeni
f2f72af6ef Restore MAKE_JOBS_UNSAFE.
PR:		ports/169987
Submitted by:	amdmi3
2012-07-20 18:35:12 +00:00
Alex Kozlov
686606009c - Update to 0.3 (see https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt)
PR:	ports/169906
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-07-19 22:06:33 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Martin Matuska
e739fb4b92 Fix build if binutils are linked to gettext [1]
Depend on libexecinfo

PR:		ports/169996
Reported by:	Volodymyr Kostyrko
2012-07-19 18:05:12 +00:00
Armin Pirkovitsch
fc08561b09 - Update to version 2.76
- Switch to optionsng

PR:           ports/169419
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:40:38 +00:00
Sunpoet Po-Chuan Hsieh
9a86e71f12 - Update to 4.6.0
- Add regression-test: for tinderbox

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2012-07-19 09:42:56 +00:00
Marcus von Appen
71031bc141 - Remove superfluous site-package patch after fixing the paths
Reported by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-07-18 19:36:31 +00:00
Martin Matuska
cf27911206 Add license infromation for program and all distfiles
Fix pkg-plist
2012-07-18 17:06:02 +00:00
Martin Matuska
e4253f26ef From the HipHop Homepage:
HipHop transforms your PHP source code into highly optimized C++ and then
compiles it with g++ to build binary files. You keep coding in simpler PHP,
then HipHop executes your source code in a semantically equivalent manner and
sacrifices some rarely used features - such as eval() - in exchange for
improved performance.

HipHop was developed by Facebook and was released as open source in early 2010.

Facebook sees about a 50% reduction in CPU usage when serving equal amounts
of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve
twice the traffic using 30% less CPU.

WWW:	https://github.com/facebook/hiphop-php/wiki
2012-07-18 15:12:23 +00:00
Florian Smeets
d87aab5edd - fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
- bump PORTREVISION of php53-pdo_mysql

PR:		ports/169959
Submitted by:	Alexey Markov <redrat@mail.ru>
2012-07-18 07:40:41 +00:00
Maho Nakata
6418697703 Fix depedency to unzip command.
PR:		169615
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2012-07-18 05:27:03 +00:00
Thomas Abthorpe
c71faa9906 - Update to 4.193
PR:		ports/169587
Submitted by:	maintainer
2012-07-18 04:43:18 +00:00
Marcus von Appen
70b1768d9c - Fix site-packages path
Discussed with:	David Naylor <naylor.b.david@gmail.com>
Approved by:	David Naylor <naylor.b.david@gmail.com>
Obtained from:	https://github.com/DragonSA/pypy/tree/fix-1.9-2
2012-07-17 19:08:21 +00:00
Jason Helfman
119ad92dbc - add new port: lang/malbolge
Malbolge is an esoteric language, named after the eighth circle of hell in the
Divina Commedia by Dante.

Two years were necessary to see the first software produced in this language.

WWW: http://www.dereckson.be/software/Malbolge/

PR:	ports/169863
Submitted by:	dereckson@gmail.com
2012-07-17 16:37:38 +00:00
Brooks Davis
49fbc37796 Update to a 3.2 snapshot. OPTIONSng-ify. Reduce diffs with non-devel
ports.
2012-07-16 22:55:45 +00:00
Steve Wills
21ac3b59a5 - Update to 1.8.7p370
PR:		ports/169668
Submitted by:	stas
Approved by:	portmgr (linimon)
2012-07-16 19:11:35 +00:00
Florian Smeets
7def3a4fe0 More optionsNG fixes. (PORT_OPTIONS:M construct can only be used after
bsd.options.mk/bsd.port.pre.mk)

Reported by:	Michael Ranner (michael@ranner.eu)
Tested by:	Michael Ranner (michael@ranner.eu)
Discussed with:	bapt
2012-07-16 17:04:46 +00:00
Ruslan Makhmatkhanov
473f7fc2dc - remove expired ports
* lang/python24 and lang/python25: unmaintained upstream
  * www/zope and www/zope211: unmaintained upstream (the only
    consumers of python24)
- clean-up python versions < 2.6 from lang/python-doc-html
- clean-up python24/25 from Mk/bsd.ports.mk
- add www/zope213 glue to bsd.python.mk
- clean-up zope versions != 2.13 from bsd.python.mk

Submitted by:	miwi (based on)
Approved by:	portmgr (miwi)
2012-07-16 17:04:29 +00:00
Gerald Pfeifer
df65ca5b07 Update to the 20120715 snapshot of GCC 4.8.0. 2012-07-16 09:01:48 +00:00
Gerald Pfeifer
126db86dfe Update to the 20120714 snapshot of GCC 4.7.2. 2012-07-15 23:54:52 +00:00
Johan van Selst
012ad54748 - Update intercal to 0.29
- Adopt port
- Remove local patches that are no longer needed
2012-07-13 15:41:42 +00:00
Thomas Abthorpe
fc52f474a7 - Reassign to the heap
- Thank you for your years of service

With hat::	portmgr
2012-07-13 14:14:13 +00:00
Gerald Pfeifer
74babfd2cf Update to the 20120708 snapshot of GCC 4.8.0. 2012-07-12 08:37:49 +00:00
Florian Smeets
d2f0583d13 Fix copy & paste bug
Submitted by:	ohauer
2012-07-12 06:32:05 +00:00
Florian Smeets
99534dc27d Convert to optionsNG 2012-07-11 23:48:40 +00:00
Gerald Pfeifer
860a3efb69 Update to the 20120707 snapshot of GCC 4.7.2. 2012-07-11 05:28:26 +00:00
Vanilla I. Shu
951517b000 Upgrade to 3.12.9.
PR:		ports/168719
Required by:    Paul Dokas <paul@dokas.name>
2012-07-10 01:20:19 +00:00
Pietro Cerutti
9716aad323 - Update to 05_20120703 2012-07-09 12:07:29 +00:00
Nicola Vitale
c7071ab685 - Update to 1.7.r4
- Remove files/patch-xmlimplsrc+build.xml
- Convert to the new options framework
- Update MASTER_SITES
2012-07-05 21:45:01 +00:00
Ruslan Makhmatkhanov
651e3b2ec4 - add (actually restore) patch that fix build when OpenJDK is installed
PR:		169243
Submitted by:	Marcin Cieslak <saper at saper dot info>
Approved by:	maintainer timeout (2weeks+)
2012-07-05 19:35:38 +00:00
Pawel Pekala
7ca9e1e6e6 Add PTHREAD_LIBS to LDFLAGS to fix build with clang 2012-07-05 17:36:24 +00:00
Pawel Pekala
84d5cb591b Add USE_CSTD=gnu89 to fix linking when building with clang 2012-07-05 17:26:10 +00:00
Pawel Pekala
59c15bbfdc Fix detection of i386 platforms
PR:		ports/169607
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-07-04 21:41:20 +00:00
Frederic Culot
041c8d6fcf - Update to 2012.05
Changelog:	http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/
PR:		ports/169323
Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>
2012-07-04 18:31:30 +00:00
Sunpoet Po-Chuan Hsieh
3ccca22e1f - Add CONFLICTS with astro/weather
PR:		ports/165949
Submitted by:	Benjamin Tovar <ben@robotoloco.com>
2012-07-04 08:22:39 +00:00
Sunpoet Po-Chuan Hsieh
640ba40da6 - Add CONFLICTS with astro/weather
PR:		ports/165949
Submitted by:	Benjamin Tovar <ben@robotoloco.com>
2012-07-04 08:14:54 +00:00
Dima Panov
f344967e78 - Convert to OPTIONSng
- Add option to build clang with assertions (off by default to match llvm)

Approved by:	brooks
2012-07-04 03:28:25 +00:00
Gerald Pfeifer
23f1145703 Update to the 20120630 snapshot of GCC 4.7.2. 2012-07-03 09:49:20 +00:00
Gerald Pfeifer
8c1dd1ec98 Update to the 20120701 snapshot of GCC 4.8.0.
Address a minor formatting issue introduced with revision 1.536.
2012-07-03 09:48:33 +00:00
Jimmy Olgeni
5e8dbb70bf - Convert to OptionsNG and add HIPE, KQUEUE, OPENSSL, SCTP, THREADS
- Add USE_CSTD=gnu98 (fixes CLANG build)
- Remove MAKE_JOBS_UNSAFE
- Use standard ODBC, UNIXODB and IODBC knobs in optional OPTIONS_SINGLE group
- Pet portlint

PR:		ports/169355
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-07-01 16:00:59 +00:00
Jimmy Olgeni
5b866b32b7 Temporarily remove lang/erlang14 from lang/Makefile due to naming
conflict in INDEX generation.

Submitted by:	crees
2012-07-01 12:09:19 +00:00
Ruslan Makhmatkhanov
a411f3169e - update backports patch to 20120526
- bump PORTREVISION

PR:		169272
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:	Alex Keda <admin at lissyara dot su> (maintainer)
2012-06-30 23:00:58 +00:00
Johan van Selst
eed29acf61 Update Algol 68 Genie to 2.4.1 2012-06-30 22:06:08 +00:00
Sergey Skvortsov
3533830550 Introduce Perl 5.16.0
Changes:	http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod
Approved by:	portmgr (linimon)
2012-06-30 21:00:43 +00:00
Jimmy Olgeni
7208355bce Connect lang/erlang14 to the build after repocopy. 2012-06-30 20:55:55 +00:00
Alex Kozlov
5c84a954be - Remove unneeded file
Approved by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-06-30 15:19:49 +00:00
Michael Scheidell
567ac57394 - Update to 1.9 [1]
- Detection of insufficient memory [1]
- Change %%  SUB vaes from fixed at python 27 to use any installed version of python [1]
- Fix syntax of non system include "" vs <> [2]

PR:		ports/168974 [1]
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer) [1]
Reviewed by:	scheidel@ (me) [2]
2012-06-29 23:06:06 +00:00