Commit graph

12927 commits

Author SHA1 Message Date
Adam Weinberger
136cc8f44f Add DOCS option where PORTDOCS appears in plist. 2014-07-16 02:29:34 +00:00
Jung-uk Kim
a2b38dd4eb Fix plist without THREADS option. 2014-07-15 20:42:06 +00:00
Adam Weinberger
1f65a30b2a Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. 2014-07-15 17:52:17 +00:00
Adam Weinberger
1c7521fb62 Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
2014-07-15 17:37:38 +00:00
Adam Weinberger
d7ecdbf615 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
2014-07-15 15:49:33 +00:00
Gabor Pali
9d73ec3dbc - Fix LIB_DEPENDS lines
Obtained from:	FreeBSD Haskell
2014-07-15 13:08:09 +00:00
Baptiste Daroussin
13354f7627 Fixed build on head with no shared readline
Reported by:	kwm
2014-07-15 08:59:39 +00:00
Vanilla I. Shu
f5491cbbff remove NO_STAGE.
Approved by:	portmgr@ (blanket)
2014-07-15 03:42:50 +00:00
Vanilla I. Shu
67c52cf011 Stagify. 2014-07-15 03:38:16 +00:00
Wen Heping
37c8ddd437 - Update to 1.4.4
- Stage support
- Add LICENSE
- Pet portlint

PR:		191072
Submitted by:	Keith Gaughan<k@stereochro.me>
Approved by:	maintainer(timeout, >28 days)
2014-07-14 11:24:32 +00:00
Kubilay Kocak
26ae40b6bc lang/python27: Update to 2.7.8
The FreeBSD Python team welcomes Python 2.7.8 to the Ports tree!

Announcement: https://www.python.org/download/releases/2.7.8/
Changelog:    http://hg.python.org/cpython/raw-file/v2.7.8/Misc/NEWS

- Update to 2.7.8, update pkg-plist
- OPTIONS: Reorder and sort alphabetically
- OPTIONS: Make POSIX SEM(aphores) a DEFAULT (Hi binary package users!)
- OPTIONS: Add better descriptions for UCS2 and UCS4
- OPTIONS: Use options helpers
- Remove patch-CVE-2014-1912: upstream, was backported
- Remove patch-issue20374: upstream, was backported
- Rename patch-Doc__library__fcntl.rst: underscore convention
- Rename patch-Modules__fcntlmodule.c: underscore convention
- Patch: setup.py: Remove ncurses overrides and return to upstream code
- Patch: setup.py: Add partial backport for ossaudio OS checks
- pkg-message: Remove warning for POSIX Semaphores. They are now in
  GENERIC for FreeBSD 8.x 9.x, 10.x and tested well upstream
- pkg-message: No longer needs substitutions, remove .in suffix and
  SUB_FILES
- Rework and simplify the platformX mechanism, update pkg-plist
  accordingly
- Add regression-test target
- Deprecate NOPORTDATA, remove pkg-plist entries with %%PORTDATA%%
- Replace bsd.{pre,post}.mk with bsd.port.options.mk

Based on original patch submitted by wen@ and worked on by lwhsu@,
thank you!

PR:             191405
PR:             178301
PR:             171246
Phabric:        D364
Reviewed by:    antoine, bapt, mat, mva, wg
2014-07-14 07:20:40 +00:00
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00
Danilo Egea Gondolfo
1db27d4c85 - Use texlive as build depends instead of tetex 2014-07-12 22:10:48 +00:00
Danilo Egea Gondolfo
df59722a06 - Use texlive as build depends instead of tetex 2014-07-12 22:10:22 +00:00
Gerald Pfeifer
5df55640aa Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
2014-07-12 20:57:57 +00:00
Sofian Brabez
b5d9bfb7a4 - Add CPE entries for python
- Remove NOPORTDATA as it's deprecated since r359061
2014-07-11 18:09:01 +00:00
Gerald Pfeifer
9f37f30900 Update to the 20140709 snapshot of GCC 4.9.1.
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
2014-07-11 09:16:13 +00:00
Bartek Rutkowski
df4a2efa1a lang/rust: update 0.10 -> 0.11
Approved by:	marino (mentor)
2014-07-11 07:27:37 +00:00
Gerald Pfeifer
f7740de34b Update to the 20140710 snapshot of GCC 4.8.4.
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
2014-07-11 00:27:29 +00:00
Yen-Ming Lee
093ee902b3 - support stage 2014-07-10 18:59:34 +00:00
Li-Wen Hsu
ca57a54d08 Add ceylon, which is a language for writing large programs in teams 2014-07-09 04:51:47 +00:00
Raphael Kubo da Costa
c280f67cb6 Update to 20140704.
PR:		191579
Submitted by:	beyert@cs.ucr.edu (maintainer)
2014-07-08 22:47:13 +00:00
Gerald Pfeifer
3ede6d9498 Update to the 20140706 snapshot of GCC 4.10.
Also clean *.la files in LIBEXEC, and recursively so here and for
TARGLIB.

Sort USES.
2014-07-08 21:53:52 +00:00
John Marino
26b53b5bc4 lang/ocaml: Add ARMv6 support
Redports confirms that changes do not break i386 and amd64 builds (8x).

PR:		189063
Submitted by:	maintainer (Michael Gruenewald)
Patch by:	Andy Ray
2014-07-08 13:11:04 +00:00
Vanilla I. Shu
decdb6679d Stagify. 2014-07-08 09:17:24 +00:00
Pietro Cerutti
6b5bcc894a - Update to 05_20140706
Changes:
  * The interpreter has been improved to recognize integer overflow.
    Now the exception NUMERIC_ERROR is raised, when a program triggers
    an integer overflow. The checks for overflow are done in software,
    but the overhead is small. With overflow checks the interpreter
    needs 0.5% (zero point five percent) more run-time to execute the
    program chkint.sd7 (verified with gcc and valgrind).
  * A chapter about the Seed7 Structured Syntax Description (S7SSD)
    has been added to the manual.
  * The for-until-loops in bitset.s7i and bitsetof.s7i have been
    improved such that the for-variable has the correct value, when it
    is used in the until-condition.
  * The function replaceN has been added to string.s7i. This function
    does replacements until no occurance of the target string is left.
    This function is used by toStdPath to replace multiple occurances
    of a character by one occurance (replace("/a///b////c", "//", "/")
    returns "/a/b/c").
  * The program calc.sd7 has been renamed to calc7.sd7.
  * The program calc7.sd7 has been changed to accept the commands
    'quit' and 'exit'. This commands can be used to exit the program.
    The possibility to leave the program with an empty input line has
    been removed.
  * The program calc7.sd7 has been improved to write the name of the
    exception, when it has been raised.
  * The compiler has been improved to allow the generation of overflow
    checking code. Overflow checking code can be generated for the
    operators +, -, **, +:= and -:= and the functions abs, succ, pred,
    incr and decr. Until the rest of the functions is implemented and
    enough tests have been added to chkint.sd7 the functionality is
    switched off.
  * The template FOR_UNTIL_DECLS has been added to forloop.s7i. This
    template defines for-loops with a condition.
  * The function abs has been moved from the library math.s7i to the
    library float.s7i.
  * Checks for addition, subtraction, multiplication, power and abs
    have been added to chkint.sd7.
  * In the compiler the statements to write the C prototypes have been
    moved from s7c.sd7 to functions in the files comp/xxx_act.s7i
    (xxx is the abbreviation for the corresponding primitive type).
  * The functions getReference getParameterAsReference have been added
    to comp/expr_util.s7i.
  * The function isit_bool from objutl.c has been replaced by the macro
    isit_bool (defined in objutl.h). This improves the speed of the
    interpreter.
  * The function set_card has been improved to call setCard, which
    computes the cardinality of a set much quicker.
2014-07-08 07:29:30 +00:00
Alex Dupre
2052a24c5f - Update to 5.5.14 release
- Add extra patch to enable ipv6 support in fpm [1]

PR:		190190 [1]
Submitted by:	melvyn@magemana.nl
2014-07-07 09:50:00 +00:00
Baptiste Daroussin
e55014ab42 Update to 3.1
Support stage
Convert to USES=libtool
Remove the -devel version which is outdated an no more needed

PR:		187954
Submitted by:	numisemis@yahoo.com (maintainer)
2014-07-07 09:41:23 +00:00
Alex Dupre
bd9297188f - Update to 5.4.30 release
- Add extra patch to enable ipv6 support in fpm [1]

PR:		190190 [1]
Submitted by:	melvyn@magemana.nl
2014-07-07 09:23:06 +00:00
Florian Smeets
041923401e Merge a patch from php 5.4/5.5 to fix a security vulnerability. No CVE has
been assigned (yet?).

More info on https://www.sektioneins.de/en/blog/14-07-04-phpinfo-infoleak.html

PR:		191638
Submitted by:	logan@elandsys.com
2014-07-06 14:42:15 +00:00
Johan van Selst
a7a264aa4d - Modernise options
- Tindy STAGEDIR
- Bump PORTREVISON for plist changes
2014-07-06 13:09:19 +00:00
Johan van Selst
dda6eed9b5 Modernise options (libtool, bz2) 2014-07-06 10:54:45 +00:00
Ashish SHUKLA
4806c9231a - Add new port for Sagittarius Scheme
R6RS/R7RS Scheme system.

Features:

 -  Builtin CLOS.
 -  Common Lisp like reader macro.
 -  Cryptographic libraries.
 -  Customisable cipher and hash algorithm.
 -  Custom codec mechanism.
 -  CL like keyword lambda syntax (taken from Gauche).
 -  Constant definition form. (define-constant form).
 -  Builtin regular expression
      -  mostly works O(n)
 -   Replaceable reader

WWW: https://code.google.com/p/sagittarius-scheme/
2014-07-06 01:47:27 +00:00
John Marino
6daee3984c lang/rexx-regina: Add DragonFly support (dports) 2014-07-05 22:10:42 +00:00
Ashish SHUKLA
d617a61e84 - Update to 2.2.10 2014-07-05 21:49:51 +00:00
John Marino
5fc7774f6d lang/mdk: Fix support for ports readline (dports) 2014-07-05 21:49:04 +00:00
Jimmy Olgeni
021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Gerald Pfeifer
49d55cf9ef Update to the 20140702 snapshot of GCC 4.9.1. 2014-07-04 20:41:21 +00:00
Tijl Coosemans
3127da9b78 Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
2014-07-04 20:28:31 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Adam Weinberger
7603768a87 s/.post// 2014-07-04 00:26:43 +00:00
Adam Weinberger
fb92175970 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:24:35 +00:00
Dmitry Marakasov
d8a93a2dd6 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-02 22:19:34 +00:00
Dmitry Marakasov
a13ddd03b7 - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
2014-07-02 22:18:20 +00:00
Dmitry Marakasov
cf64c63afe - Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
2014-07-02 21:56:06 +00:00
Danilo Egea Gondolfo
6407875bee - Fix pthread error when compiling files at runtime
PR:		ports/191472
Submitted by:	beyert@cs.ucr.edu (maintainer)
2014-07-02 16:21:52 +00:00
Dag-Erling Smørgrav
499a727913 Add CPE information. 2014-07-02 12:49:59 +00:00
Veniamin Gvozdikov
447be5f813 - Upgrade to 2.29.0.
- Support staging.
- Removed shared library build.
2014-07-01 15:23:56 +00:00
Dmitry Marakasov
f057cd8a72 - Stagify
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-07-01 15:02:12 +00:00