1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Commit Graph

312088 Commits

Author SHA1 Message Date
Guido Falsi
6d2f1d4a68 - Convert to staging
- Fix build with clang
- Rename patch files according to standard
- Convert to new LIB_DEPENDS format
2013-10-17 12:00:16 +00:00
Alex Kozlov
9a026d6caf - Update to 2013.60 2013-10-17 11:25:35 +00:00
Dmitry Sivachenko
387c2a6955 Update to 1.9.18.2. 2013-10-17 11:07:22 +00:00
Dmitry Sivachenko
53992fee68 Update to version 1.3.9 2013-10-17 11:01:51 +00:00
Alex Kozlov
87072a4085 - Fix year, move entry up 2013-10-17 10:56:56 +00:00
Alex Kozlov
bbd9c8ce63 - Document new vulnerabilities in security/dropbear 2013-10-17 10:46:54 +00:00
Rene Ladan
2c73b73449 Mark as deprecated. 2013-10-17 10:44:26 +00:00
Dmitry Marakasov
bd91afd5a5 - Support staging
- Convert USE_GMAKE to USES
- Add CONFLICTS on wingsl
- Add DESKTOP_ENTRIES
2013-10-17 10:15:25 +00:00
Dmitry Marakasov
bfe39d0f6b - Support staging
- Convert USE_GMAKE to USES
- Add CONFLICTS on wings-devel
- Add DESKTOP_ENTRIES
2013-10-17 10:15:19 +00:00
Rene Ladan
38ea0176b6 Document "openmp" as a valid argument.
Approved by:	portmgr (bapt)
2013-10-17 09:50:51 +00:00
Dmitry Sivachenko
4ffee18a59 Switch to new LIB_DEPENDS format. 2013-10-17 09:47:40 +00:00
Pietro Cerutti
b466a35192 - Convert to USES+=tk
- Fix MASTER_SITES
- Convert to OPTIONSng (DOCS)
- STAGE-clean
2013-10-17 09:36:36 +00:00
Oliver Lehmann
cb1391808d update to 5.7.0 2013-10-17 09:28:55 +00:00
David Chisnall
e18eccf70d Add graphos port, from the GNUstep Applications Project.
Approved by:	bapt (mentor)
2013-10-17 09:14:41 +00:00
Pietro Cerutti
65fd407a2b - Update to 05_20131013
Changes:

    20131013:
    - Libraries for TLS (Transport Layer Security), SSL (Secure Sockets
      Layer) and HTTPS (HyperText Transfer Protocol Secure) support have
      been added. The new libraries are: arc4.s7i, asn1.s7i, cipher.s7i,
      gethttps.s7i, hmac.s7i, pkcs1.s7i, tls.s7i and x509cert.s7i.
    - Comparison operators for < (proper subset) and > (proper superset)
      have been added to hashsetof.s7i.
    - The type digestAlgorithm and the functions msgDigest, blockSize
      and digestSize have been added to msgdigest.s7i.
    - The function hex has been added to bytedata.s7i.
    - The example program castle.sd7 has been improved to avoid, that
      an item can be dropped on an illegal place.
    - The library make.s7i has been improved to accept the option -p for
      the cp command.
    - Documentation comments have been added to sockbase.s7i,
      socket.s7i, atom.c, entutl.c, soclib.c, soc_rtl.c and striutl.c.
    - The padding in the message digest functions of msgdigest.s7i has
      been corrected. Now the functions pad nothing instead of 64 bytes,
      when the message length is 55 (mod 64).
    - The function getHttp in gethttp.s7i has been improved to use
      a case-insensitive comparison for HTTP header field names.
    - In exec.c the functions eval_arg_list and dump_arg_list have been
      improved to avoid reading from freed memory. This occured in very
      rare cases.
    - The functions find_action (in actutl.c), fltParse (in flt_rtl.c),
      cmdConfigValue (in cmd_rtl.c) and find_sysvar (in syvarutl.c)
      have been improved to use the macros MAX_STRI_EXPORT_LEN and
      max_utf8_size.
    - Interpreter and runtime library have been improved to ignore the
      signal SIGPIPE. Writing to a broken pipe or socket raises the
      exception FILE_ERROR instead.
    - The functions bln_and and bln_or in blnlib.c have been improved
      to return either SYS_TRUE_OBJECT or SYS_FALSE_OBJECT.
    - The program chkccomp.c has been improved to determine the
      alignment used by malloc and whether an access to unaligned memory
      succeeds.
    - Usages of ALLOC_CHUNK in flistutl.h have been improved to allocate
      aligned memory the same way as malloc returns aligned memory.
    - The program chkccomp.c has been improved to define the macro
      'inline', when the C compiler does not support the keyword inline.
    - Occurances of 'INLINE' have been replaced with 'inline' in the
      files analyze.c, atom.c, big_gmp.c, big_rtl.c, chr_rtl.c, exec.c,
      findid.c, infile.c, int_rtl.c, numlit.c, parser.c, rfl_data.c,
      scanner.c, striutl.c, strlib.c, str_rtl.c, syntax.c and ut8_rtl.c.

    20130929:
    - The functions bStriLe, bytesLe, bStriBe and bytesBe have been
      added to bytedata.s7i. This functions convert an integer to a
      sequence of bytes.
    - The compiler has been improved to generate inline code for the
      action STR_PUSH. This action is used when a character is appended
      to a string (with the operator &:= ).
    - The function sendGet has been added to gethttp.s7i.
    - The functions str_yy_mm_dd and str_hh_mm_ss have been added to
      time.s7i.
    - Checks for +:= and -:= have been added to chkbig.sd7.
    - Checks for bytesBe and bytesLe have been added to chkint.sd7.
    - Checks for & and &:= have been added to chkstr.sd7.
    - The function doLocalDeclsOfStatement has been added to the
      compiler. This function is used to simplify the processing
      of various statements.
    - The functions that process the statement actions BIG_GROW,
      BIG_LSHIFT_ASSIGN, BIG_MULT_ASSIGN, BIG_RSHIFT_ASSIGN,
      BIG_SHRINK, BLN_CPY, CHR_CPY, CHR_GROW, CHR_SHRINK, ENU_CPY,
      FIL_CPY, FLT_CPY, FLT_DIV_ASSIGN, FLT_GROW, FLT_MULT_ASSIGN,
      FLT_SHRINK, INT_AND_ASSIGN, INT_CPY, INT_GROW, INT_LSHIFT_ASSIGN,
      INT_MULT_ASSIGN, INT_OR_ASSIGN, INT_RSHIFT_ASSIGN, INT_SHRINK,
      INT_URSHIFT_ASSIGN, REF_CPY, RFL_INCL, SET_EXCL, SET_INCL,
      SOC_CPY, STR_PUSH and TYP_CPY in the compiler have been
      simplified.
    - The functions int_toBStriBe and int_toBStriLe have been added to
      intlib.c.
    - The functions intToBStriBe and intToBStriLe have been added to
      int_rtl.c
    - In big_rtl.c and big_gmp.c the functions bigFromBytesBe and
      bigFromBytesLe have been renamed to bigFromByteBufferBe
      respectively bigFromByteBufferLe.
    - The performance of the functions bst_cmp (in bstlib.c), bstCmp
      (in bst_rtl.c) and strMult (in str_rtl.c) has been improved.
    - The macro 'unlikely' has been added to functions in bst_rtl.c.
2013-10-17 08:36:28 +00:00
Baptiste Daroussin
8ad18f7510 Update to 0.10.2
Strip binaries
2013-10-17 07:46:54 +00:00
Veniamin Gvozdikov
6b8e996d9f - Fix build with clang
PR:		ports/182885
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-17 07:38:22 +00:00
Hiroki Sato
c57a9101a6 - Add STAGEDIR support.
- Fix build on stable/10 and head.
- Style clean-ups.
2013-10-17 07:37:29 +00:00
Oliver Lehmann
ebddbe9787 update to 4.14 2013-10-17 07:21:30 +00:00
Hiroki Sato
a37cbe65e0 Add STAGEDIR support. 2013-10-17 06:46:19 +00:00
Baptiste Daroussin
fcca7192f2 Add a mirror for the distfile
Change www to new home [1]
Let stage handle what is packed or not.

Submitter by:	Francois Pesce (upstream) [1]
2013-10-17 06:45:47 +00:00
Oliver Lehmann
c3c9be2f47 update to 0.66.0 2013-10-17 06:45:11 +00:00
Hiroki Sato
d91b166702 Add STAGEDIR support. 2013-10-17 06:36:32 +00:00
Hiroki Sato
c257840aa4 Add STAGEDIR support. 2013-10-17 06:30:13 +00:00
Hiroki Sato
9f3ea8eba2 - Update to 20130820.
- Add STAGEDIR support.
2013-10-17 06:28:35 +00:00
Edwin Groothuis
eb583c9dd9 Fix build on 10.0 2013-10-17 06:22:36 +00:00
Edwin Groothuis
1c4f731250 Fix build on 10.0 2013-10-17 06:19:32 +00:00
Hiroki Sato
2afd241d64 Add STAGEDIR support. 2013-10-17 06:19:25 +00:00
Hiroki Sato
b6128b71dc - Add STAGEDIR support.
- Remove MAKE_JOBS_UNSAFE.
- Take maintainership.
2013-10-17 06:11:39 +00:00
Edwin Groothuis
8f4e4480e0 Fix build on 10.0 2013-10-17 06:03:18 +00:00
Florian Smeets
79483ff600 Fix linking to mariadb libs [1]
PR:		ports/183001 [1]
PR:		ports/182565 [2]
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> [1]
Reported by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk> [2]
2013-10-17 05:16:44 +00:00
Hiroki Sato
f1393f84fb Add STAGEDIR support. 2013-10-17 04:01:01 +00:00
Hiroki Sato
b07545a0d4 Add STAGEDIR support. 2013-10-17 03:41:22 +00:00
Hiroki Sato
48e2467403 Fix Makefile to get the manual pages compressed. 2013-10-17 03:31:56 +00:00
Eitan Adler
99116e43cb Attempt to fix build. This progresses farther but isn't a complete fix. 2013-10-17 02:31:03 +00:00
Eitan Adler
dd382ffa52 - Convert to staging 2013-10-17 02:06:19 +00:00
Dmitry Marakasov
e218a5849c - Support staging
- Convert USE_GMAKE to USES
2013-10-17 01:58:08 +00:00
Dmitry Marakasov
de6321e301 - Support staging
- Convert USE_GMAKE to USES
- Rework OPTIONS
- Add DESKTOP_ENTRIES
2013-10-17 01:57:58 +00:00
Dmitry Marakasov
55d9fc0fee - Support staging
- Rework OPTIONS
- Use new LIB_DEPENDS syntax
- Add DESKTOP_ENTRIES
2013-10-17 01:57:47 +00:00
Dmitry Marakasov
e9d90b8f69 - Support staging
- Use new LIB_DEPENDS syntax
2013-10-17 01:24:56 +00:00
Dmitry Marakasov
ca35f36306 - Support staging
- Rename patches in a meaningful way
- Use new LIB_DEPENDS syntax
2013-10-17 01:23:56 +00:00
Dmitry Marakasov
a8b2f8b2d7 - Support staging 2013-10-17 01:19:58 +00:00
Dmitry Marakasov
979a27271f - Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
- Don't try to remove mtree directory
2013-10-17 01:19:38 +00:00
Dmitry Marakasov
bdb0707174 - Support staging
- Enable SSE by default on amd64
2013-10-17 01:18:42 +00:00
Dmitry Marakasov
784a05c1a3 - Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
2013-10-17 01:16:42 +00:00
Dmitry Marakasov
fecfc3b42f - Support staging
- Use new LIB_DEPENDS syntax
2013-10-17 01:15:50 +00:00
Dmitry Marakasov
5b911510b4 - Support staging
- Convert USE_GMAKE to USES
2013-10-17 01:15:05 +00:00
Dmitry Marakasov
73aa15534f - Support staging
- Convert USE_GMAKE to USES
2013-10-17 01:14:44 +00:00
Dmitry Marakasov
c3c373cc28 - Support staging
- Use new LIB_DEPENDS syntax
2013-10-17 01:14:16 +00:00
Hiroki Sato
bd4724d1af Fix a typo.
Spotted by:	QAT
2013-10-17 01:06:58 +00:00