1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

320352 Commits

Author SHA1 Message Date
Pietro Cerutti
e7716bd0d4 - Update to 05_20140105
Changes:

  * The library des.s7i with DES (Data Encryption Standard) cipher
    support has been added.
  * The library tls.s7i has been improved to support block ciphers
    and encoding with DES.
  * The functions blockSize and decode have been added to cipher.s7i
    and arc4.s7i.
  * The the functions str, rotLeft and rotRight and the operators
    radix, RADIX, ~ and ><:= have been added to bin32.s7i.
  * Support to write bin32 values has been added to bin32.s7i.
  * The new library unicode.s7i, with functions to convert between
    Unicode encodings, has been added.
  * The functions utf16beToStri, utf16leToStri, utf7ToStri and
    replaceUtf16SurrogatePairs have been improved and moved from
    charsets.s7i to unicode.s7i. The functions striToUtf8 and
    utf8ToStri have been moved from string.s7i to unicode.s7i. The
    functions striToUtf16be and striToUtf16le have been added to
    unicode.s7i.
  * The actions FLT_MINUS, INT_MINUS and BIG_MINUS have been renamed
    to FLT_NEGATE, INT_NEGATE and BIG_NEGATE respectively.
  * The library gethttps.s7i has been improved to accept links to
    HTTP.
  * The operator symbols ~ and ><:= have been added to syntax.s7i.
  * Checks for -, mdiv, << and >> have been added to chkbig.sd7.
  * The compiler (s7c) has been improved to do more optimizations for
    the actions BIG_DIV, BIG_LSHIFT, BIG_RSHIFT, BIG_MDIV, BIG_MULT,
    BIG_NEGATE and CHR_CLIT.
  * The function charLiteral has been added to the compiler.
  * The compiler has been improved to avoid the generation of long
    lines for bigInteger literals.
  * The function bigMinus has been renamed bigNegate and the function
    bigNegateTemp has been added to big_gmp.c and big_rtl.c.
  * A check for the keyword 'restrict' has been added to chkccomp.c.
  * The function chrCLitToBuffer has been added to chr_rtl.c.
  * Interpreter, compiler and runtime library have been improved to
    support the action INT_XOR_ASSIGN.
  * The functions utf8_char (literal.c), utf8_to_stri (striutl.c),
    utf8_bytes_missing (striutl.c), strUtf8ToStri (str_rtl.c) and
    ut8Getc (in ut8_rtl.c) have been improved to check for ranges
    of characters instead of bit patterns. This improves the
    performance of UTF-8 conversions by up to 6%.
  * The functions freeArgVector and genArgVector have been added to
    cmd_unx.c.
2014-01-08 16:48:25 +00:00
Rusmir Dusko
958ee7e6c5 - Update to 4.7 2014-01-08 16:22:28 +00:00
Vanilla I. Shu
ce088dea63 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:15:16 +00:00
Rusmir Dusko
70f8cff508 - Update to 0.72.5 [1]
- Pass maintainership to submitter
- Remove LICENSE_FILE [1]
- USES gmake instead of USE_GMAKE [1]
- Change CONFIGURE_ARGS [1]
- Remove PORTSCOUT [1]
- Support STAGEDIR and add OPTIONS_SUB [1]
- Add DOCS and NLS Option [1]
- Use NLS_USES=gettext instead of USES=gettext [1]
- Fix build with Clang [1]
- Disable all warnings with -w
- Add patch and REINPLACE_CMD, fix bad C++ code
- Add patch-GNUmakefile.template, adjust install [1]
- Change pkg-message [1]

PR:		ports/183838 [1]
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Approved by:	maintainer (Corey Halpin <chalpin@cs.wisc.edu>)
2014-01-08 16:13:03 +00:00
Vanilla I. Shu
e626c8d133 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:12:38 +00:00
Vanilla I. Shu
a57522f229 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 15:47:09 +00:00
William Grzybowski
d9d6cfa623 devel/py-lxml: update to 3.2.5 2014-01-08 15:46:48 +00:00
Pietro Cerutti
fe79ac5c42 - Update to 1.7.45
* FXJSONFile class added. Base class FXJSON improved and generalized.
  * FXIO now tracks file position; new implementation of FXIO counts bytes
    read/written.
  * FXPipe API's added, should now be functional.
  * Renamed FXStringMap to FXStringDictionary for consistency.
  * Fixed a few problems in FXVariantMap, FXDictionary.
  * Fixed possible race in FXThreadPool::startWorker.
  * New FXThreadException class added; FXThreadException will cause graceful
    early termination of a thread when thrown inside of FXThread.
  * FXThread now interceps only FXException (and subclasses), rethrows other
    exceptions. This was necessary due to the way GNU C++ library performs thread
    exits.
  * Non FOX exceptions thrown inside FXThread are now rethrown; but attempts
    are made to maintain proper bookkeeping when unrolling the stack.
  * FXThreadPool tasks may throw exceptions. FXThreadPool now intercepts all
    FOX exceptions and updates bookkeeping when other exceptions are thrown. Note:
    tasks in FXThreadPool are executed by threads, but since sometimes the main
    thread is executing tasks in FXThreadPool also we can not allow tasks to throw
    FXThreadException.
  * Exceptions thrown inside FXWorker now terminate the worker, and reclaim
    worker's thread and memory. Before exceptions were all caught, making it
    impossible to pass return codes from worker execution.
  * Exceptions thrown in FXTaskGroup::Task correctly reclaim the
    FXTaskGroup::Task now, and will update completion count and notifications
    appropriately.
  * The exception philosophy in FOX is that the library only manages FXExceptions
    and their subclasses; other exceptions will be either uncaught or
    caught and rethrown after bookkeeping updates; thus programs should be careful
    throwing exceptions other than FXExceptions.
2014-01-08 15:29:32 +00:00
Pietro Cerutti
2ca72ca1f7 - Fix CONFIGURE
MFH:		2014Q1
2014-01-08 15:13:49 +00:00
Steven Kreuzer
189c242259 Convert USE_DOS2UNIX to USES=dos2unix 2014-01-08 14:59:08 +00:00
Steven Kreuzer
06156de8ba Convert to USES
Fix typo in OPTIONS_DEFINE
2014-01-08 14:56:28 +00:00
Baptiste Daroussin
4a0f73b995 Remove ^MFH: lines from the log 2014-01-08 14:45:13 +00:00
Baptiste Daroussin
00ac6f2705 Do not assume the compiler is g++
While here stage

MFH:	2014Q1
2014-01-08 14:39:51 +00:00
TAKATSU Tomonari
055fbd52e4 - Update to 0.4.000 2014-01-08 14:33:08 +00:00
TAKATSU Tomonari
fcb098f7db - Update to 6.0-21 2014-01-08 14:27:19 +00:00
TAKATSU Tomonari
e2f2c3b3fb - Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Adapt to new options framework
- Support STAGEDIR
- Replace tab with a single space after WWW: in pkg-descr
2014-01-08 14:25:26 +00:00
Pietro Cerutti
66a8ece8c8 - Depend on a C11 compiler
- Bump PORTREVISION

Reported by:	PILOT <pilot513@gmail.com>
2014-01-08 14:21:03 +00:00
Baptiste Daroussin
7471a1b298 Remove reflex, this is a duplicate of textproc/reflex
Reported by:	bf
2014-01-08 14:00:02 +00:00
Lars Engels
c8b43047a2 - Add DIG command to SUB_LIST, not overwrite the list
- Use correct OSVERSION for the dig(1) / drill(1) change
- Don't add anything to rc.conf and periodic.conf when WITH_PACKAGE_BUILDING is set to pet poudriere and tinderbox
- Re-word pkg-message
- Bump PORTREVISION

PR:		ports/175879
Submitted by:	Alex Keda <admin@lissyara.su>
Approved by:	maintainer
Reported by:	Alex Keda, 2A, and dvl
Patched by:	A.J. Kehoe and me
2014-01-08 13:53:59 +00:00
Koop Mast
d90268231f Add USES=compiler:c11. We need clang or GCC 4.4+.
This fixes the build on 8.x and 9.x.

Submitted by:	beefy builders
2014-01-08 13:50:36 +00:00
Jimmy Olgeni
553a8361e8 Add staging support and cleanup. 2014-01-08 13:24:28 +00:00
Jimmy Olgeni
6ce56b0c1a Add staging support and cleanup. 2014-01-08 13:22:46 +00:00
Jimmy Olgeni
7c1c731c87 - Upgrade to version 3.2.2
- Take over maintainership
- Add staging support

PR:		ports/184036
Submitted by:	olgeni
Approved by:	maintainer timeout
2014-01-08 12:35:39 +00:00
Roman Bogorodskiy
fb3fb21a56 Deprecate: abandoned by upstream, last activity about 10 years ago.
PR:		158647
Reported by:	rm
2014-01-08 12:10:20 +00:00
Jimmy Olgeni
ccc8b0b357 - Upgrade to version R16B03.
- Add MANPATH entry.
- Do not mute the remaining install commands.
2014-01-08 11:45:58 +00:00
David Naylor
0519f1a93c Update emulators/i386-wine-devel to 1.7.10. 2014-01-08 11:36:02 +00:00
Roman Bogorodskiy
6fa779c1b7 - Fix possbile DoS in TLS record decoding [1]
- Fix installation without NLS [2]
- Require gmake and perl for build because in some
  occasions it will rebuild the documentation that
  works in a proper way with gmake only and needs perl
- Bump PORTREVISION

Security:	CVE-2013-2116
Reported by:	mat [2]
2014-01-08 11:18:44 +00:00
William Grzybowski
27902e0d8f textproc/py-rdflib: support stage and fix plist
PR:		ports/185553
Submitted by:	makc
2014-01-08 11:08:29 +00:00
William Grzybowski
87588ffeb1 databases/py-hiredis: update to 0.1.2
PR:		ports/185552
Submitted by:	maintainer
2014-01-08 11:06:04 +00:00
William Grzybowski
e1490d8634 www/py-flexget: update to 1.2.24 2014-01-08 11:04:20 +00:00
Niclas Zeising
b015a1fa41 Update libXfont to 1.4.7
This is a security fix and it is important to update, since it might lead to
a privilege escalation if the X server is run as root (which is the default)

Security:	CVE-2013-6462
2014-01-08 10:42:04 +00:00
Rene Ladan
e145062a28 Remove expired port:
2013-11-04 devel/llvm: Migrate to devel/llvm32 or newer
2014-01-08 10:22:03 +00:00
Pietro Cerutti
885a3fc5c1 - STAGE-clean
- USES=shebangfix
2014-01-08 10:11:55 +00:00
Pietro Cerutti
c0b57219c9 - Add LICENSE
PR:		185423
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-01-08 10:11:20 +00:00
Pietro Cerutti
7f6ea9306d - Chase x11-toolkits/xforms shlib bump
- Bump PORTREVISION
- STAGE-clean here and there
2014-01-08 09:53:50 +00:00
Pietro Cerutti
3b8902db22 - Update to 1.2.1 2014-01-08 09:53:19 +00:00
Raphael Kubo da Costa
d19fb4f87c Convert to the new LIB_DEPENDS syntax 2014-01-08 09:31:50 +00:00
Boris Samorodov
46b290066e . update to version 4.5.18;
. pet QA test: remove USES=shared-mime-info (it's not really used).
2014-01-08 09:26:46 +00:00
Pietro Cerutti
7665941c75 - Fix build on 10 (clang) [1]
- STAGE-clean

PR:		185419[1]
Submitted by:	Michael Gmelin <freebsd@grem.de>
2014-01-08 09:19:59 +00:00
Pietro Cerutti
e15297181b - Update to 2.19.0 2014-01-08 09:07:12 +00:00
Pietro Cerutti
f13d3ce710 - Update to 2.10
Changes:

  * Bug in \@makesection (latexcommon.hva). \end@sec@step was
    absent from the definition of stared sectionning comamnd.
    As a result the first label in section was used as the id
    of the section.
  * typo-bug in text/hevea.hva

- STAGE-clean
- Support OPTIONSng (DOCS)
2014-01-08 08:50:25 +00:00
Max Brazhnikov
77280673df Clean up port Makefile and patch sources to respect PREFIX (this also fixes
properly STAGEDIR support the original PR was filed for). While I'm here:

- Don't fiddle with strip
- Mark IGNORE for debug build: apparently the author of software wrote debug
  target for himself only
- Use QMAKE_SOURCE_PATH instead of overwriting INSTALL_WRKSRC

PR:		ports/184586
Submitted by:	Stephen Hurd (maintainer)
Approved by:	maintainer
2014-01-08 08:36:34 +00:00
Rene Ladan
a067cf2edf Defines a variable LLVM_VERSION to ease updating to a newer LLVM version if
desired. Other changes:
- fix EMACS_CONFIGURE option helper
- fix %%ETC%% rendering and name of clang port in pkg-message
- bump PORTREVISION to force a rebuild for the dependency change.

Tested with 'poudriere bulk pure*' on 10.0-amd64, 8.3-i386, and 9.1-i386
(partially).

devel/llvm (expired) should not have any consumers anymore at this point.

PR:		ports/185190
Submitted by:	rene
Approved by:	maintainer timeout (lichray@gmail.com , 14 days)
2014-01-08 08:32:42 +00:00
Baptiste Daroussin
e83650a25b Import reflex into the ports tree 2014-01-08 08:25:01 +00:00
Max Brazhnikov
44348c0dfb Add upgrading instruction for Qt 4 ports 2014-01-08 08:10:21 +00:00
Baptiste Daroussin
b7cfb93f54 Add byacc into the ports tree 2014-01-08 07:49:16 +00:00
Baptiste Daroussin
91ffb1cd96 Update to 5.0.5 2014-01-08 07:28:43 +00:00
Baptiste Daroussin
cf7ff585da Do not overwrite BUILD_DEPENDS
Reported by:	rene
2014-01-08 07:23:14 +00:00
Dirk Meyer
252a9b7c5f - better fix for perl5.18
Submitted by:	Jung-uk Kim

- clean up
2014-01-08 07:12:01 +00:00
Mark Linimon
48d953d23e Reset simon.krenz@ghostbsd.org: "550 No Such User Here". 2014-01-08 02:08:19 +00:00