1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

12796 Commits

Author SHA1 Message Date
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Antoine Brodin
f7cf2435ca Fix LIB_DEPENDS 2014-06-08 14:16:57 +00:00
Jimmy Olgeni
ac30cb067f Remove indefinite articles from COMMENT where I'm maintainer. 2014-06-08 13:14:42 +00:00
Jimmy Olgeni
f8537de986 Upgrade to version 9.2.
- On FreeBSD < 9 (amd64) it will USE_GCC to get a newer assembler.
- Add LICENSE.
- Upgrade LIB_DEPENDS format.
2014-06-08 10:12:58 +00:00
Vanilla I. Shu
2806cce176 Stagify. 2014-06-08 07:02:48 +00:00
Vanilla I. Shu
3ef85d598a Stagify. 2014-06-08 06:57:17 +00:00
Vanilla I. Shu
2994016b1f 1: Upgrade to 9.5.1.
2: Stagify.
3: add USE_GCC
2014-06-08 05:38:08 +00:00
Johan van Selst
6a6637fba6 Fix compilation issue with (certain versions of) clang 2014-06-07 14:50:56 +00:00
Marcus von Appen
00cf5a8d86 Micro Python is a lean and fast implementation of the Python 3 programming
language that is optimised to run on a microcontroller.

WWW: http://www.micropython.org
2014-06-07 11:16:08 +00:00
Johan van Selst
e673bfdd9b Make Caudium version automatically depend on the version of Pike 7.8 2014-06-07 10:00:54 +00:00
Johan van Selst
6e8832f17d Update to Pike 7.8.866 (stable release) 2014-06-07 09:49:30 +00:00
Guido Falsi
f5eb8a5c76 - Update to 1.9.2
- Stagify

PR:		190385
Submitted by:	lichray@gmail.com (maintainer)
2014-06-06 21:06:12 +00:00
Baptiste Daroussin
c4201de7e6 Fix license perms to allow package distribution
Reported by:	theraven
2014-06-06 14:37:25 +00:00
Gerald Pfeifer
cf0a779a73 Update to the 20140604 snapshot of GCC 4.9.1. 2014-06-06 14:31:28 +00:00
Carlo Strub
858ba02fba - Support staging
- Strip binaries
- Pet portlint

PR:		190504
Submitted by:	vmagerya@gmail.com (maintainer)
2014-06-05 21:55:01 +00:00
Dag-Erling Smørgrav
aeeef46ff9 Add CPE information.
With hat:	ports-secteam
2014-06-04 16:54:52 +00:00
Dag-Erling Smørgrav
8fcb1fe02b Add CPE information.
With hat:	ports-secteam
2014-06-04 16:54:47 +00:00
Dag-Erling Smørgrav
8d617af08f Add CPE information.
With hat:	ports-secteam
2014-06-04 16:54:43 +00:00
Dag-Erling Smørgrav
634abfe2bd Add CPE information.
With hat:	ports-secteam
2014-06-04 16:54:38 +00:00
Dag-Erling Smørgrav
5ac95923a4 Add CPE information.
With hat:	ports-secteam
2014-06-04 16:54:32 +00:00
Dag-Erling Smørgrav
ce9d32b17c Add CPE information.
With hat:	ports-secteam
2014-06-04 16:54:27 +00:00
Dag-Erling Smørgrav
fcb2a2b3b9 Add CPE information.
With hat:	ports-secteam
2014-06-04 16:54:22 +00:00
Martin Wilke
4ce62690b6 - Update to 1.71.17
PR:		189651
Approved by:	maintaner timeout
2014-06-04 10:31:58 +00:00
Vanilla I. Shu
59f65c82ef Upgrade v8-devel to 3.27.7. 2014-06-03 12:45:27 +00:00
Alex Dupre
0d50cb1e16 Update to 5.4.29 release. 2014-06-03 12:17:51 +00:00
Alex Dupre
08c4cb2e68 Update to 5.5.13 release. 2014-06-03 12:17:37 +00:00
Alex Dupre
8988ca1666 Update to 2.11.1 release. 2014-06-03 10:52:04 +00:00
Alex Dupre
ac69796de9 Update to 2.11.1 release.
PR:		190089
Submitted by:	maintainer
2014-06-03 10:51:48 +00:00
Pietro Cerutti
e35cf64a81 - Update to 05_20140601
* The compiler has been refactored. Code has been moved from s7c.sd7
    to several compiler libraries. The compiler libraries are licensed
    with the GPL and can be found in seed7/lib/comp. The refactored
    compiler is the first compiler of the 3.0 series.
  * The chapter in the manual about the foreign function interface has
    been improved.
  * Checks for parse and str have been added to chkflt.sd7 and
    chkint.sd7.
  * In chkccomp.c code has been moved from main() to the new functions
    numericSizes and numericProperties.
  * Usages of the macro logError have been added to cmd_rtl.c and
    cmd_unx.c.
  * The stack size defined in mk_mingc.mak, mk_mingw.mak, mk_msys.mak
    and mk_nmake.mak has been changed from 4194304 to 8388608.
  * The function cstri_buf_to_stri has been added to striutl.c.
  * The generation of float literals in the compiler has been improved
    to avoid that precision is lost.
  * Interpreter and compiler have been improved to support the actions
    BLN_EQ and BLN_NE.
2014-06-03 08:07:48 +00:00
Dmitry Marakasov
217f3a76de - Convert USE_XZ to USES
- Switch to USES=libtool, drop .la files
- Strip libraries
- Fix broken shebang
2014-06-03 01:24:32 +00:00
Dmitry Sivachenko
0e33c724df Update python34 port 3.4.0 --> 3.4.1.
Reviewed by:	koobs
2014-06-02 12:36:51 +00:00
Johan van Selst
a27b9cc455 Update SWI Prolog to 6.6.6 2014-06-02 11:44:33 +00:00
Gerald Pfeifer
18c5873dfa Update to the 20140601 snapshot of GCC 4.10.
This has a workaround for clang pretending to be GCC but not being
compatible, so we no longer need to require GCC to build, even on
amd64.
2014-06-02 06:54:29 +00:00
Gerald Pfeifer
f491366803 Update to the 20140528 snapshot of GCC 4.9.1. 2014-06-02 00:46:52 +00:00
Cy Schubert
86fb5f8490 Specify defaults for amd64. This resolves an object.d not found error. 2014-06-01 22:02:54 +00:00
Cy Schubert
f41e4b369c Correct dmd1.conf filename. 2014-06-01 21:46:06 +00:00
Ruslan Makhmatkhanov
abf3f59479 lang/python-doc-html: remove python31 remnants 2014-06-01 19:24:51 +00:00
Rene Ladan
6f35db0a8b Remove lang/python31, it expired on 2014-06-01 2014-06-01 15:46:59 +00:00
Pawel Pekala
70c9af17a6 - Add staging support
- Unmute install commands
2014-06-01 14:26:42 +00:00
Pawel Pekala
393c4306b3 - Add staging support, allow it as normal user
- Remove leading article from COMMENT
2014-06-01 14:18:40 +00:00
Rene Ladan
5ee7fa75d6 Remove expired ports:
2014-06-01 lang/ocaml-doc: Documentation is now included in lang/ocaml
2014-06-01 lang/ocaml-examples: Outdated and discontinued; new examples are in lang/ocaml
2014-06-01 lang/gnat-aux: Superceded by gcc4.9-based lang/gcc-aux, use it instead
2014-06-01 14:16:40 +00:00
Pawel Pekala
8a41ef31ee - Add staging support, strip binaries
- Remove leading article from COMMENT
- Use canonical names for patches
2014-06-01 14:02:15 +00:00
Pawel Pekala
c22c291886 - Add staging support
- Remove leading article from COMMENT
2014-06-01 13:27:31 +00:00
Pawel Pekala
b1d06a5e25 Add staging support 2014-06-01 13:26:35 +00:00
Pawel Pekala
0581283bc5 One OPTIONS_DEFINE too much 2014-06-01 13:10:23 +00:00
Pawel Pekala
bca05c2bf2 - Add staging support
- Define available options
2014-06-01 13:07:52 +00:00
Pawel Pekala
0be4595fc2 Add staging support 2014-06-01 12:50:31 +00:00
Pawel Pekala
93bd830d2d - Port is stage safe
- Remove leading article from COMMENT
- Use options helpers
2014-06-01 12:46:53 +00:00
Pawel Pekala
73d9870236 Add staging support 2014-06-01 12:35:40 +00:00
Pawel Pekala
0a88efc19b - Port is stage safe
- Use options subs, helpers
2014-06-01 12:34:53 +00:00