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

11102 Commits

Author SHA1 Message Date
Guido Falsi
b6a002c479 - Change license to GPLv3
- Fix clang build
- Fix ia64 build [1]

PR:		ports/172789
Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer)
Reported by:	Anton Shterenlikht <mexas@bristol.ac.uk> [1]
Feature safe:	yes
2012-10-18 22:41:54 +00:00
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