1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

320376 Commits

Author SHA1 Message Date
Mathieu Arnold
434aa8bf29 Fixup rndc.conf.sample installation
Spotted by:	antoine
2014-01-08 22:52:19 +00:00
Lars Engels
addfd6a6e1 - Allow a leading "r" in the svn revision
- Use a variable for the Subversion server
- Consistently use ${} around variables
- Bail out if neither svn(1) nor svnlite(1) are installed

Approved by:	bapt
2014-01-08 22:43:21 +00:00
Baptiste Daroussin
bac9d45205 Revert very bad stagification I did waiting for the maintainer to provide a
proper patch
Bump portrevision so users get again a working version

Requested by:	maintainer
2014-01-08 22:34:40 +00:00
Mathieu Arnold
76c65ce715 Rework config file installation without a patch. 2014-01-08 22:29:59 +00:00
Mathieu Arnold
dd3140f448 Update to 1.5.0. 2014-01-08 21:53:50 +00:00
Mathieu Arnold
75ba306540 Update to 0.91.4.
Submitted by:	maintainer
2014-01-08 21:52:43 +00:00
Dmitry Marakasov
55534f8853 - Fix duplicate directory in plist
PR:		185050
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-01-08 21:39:02 +00:00
Jung-uk Kim
29ccb3fceb Remove unnecessary JAVA_VERSION. 2014-01-08 21:31:59 +00:00
Olivier Duchateau
0d4c6c7b8c - Update to 1.0.1
- Replace LIB_DEPENDS by GNOME components
- Add license blob
- Update WWW entry (pkg-descr)
- Add patch, which replaces 'xfce4-appfinder' image by generic icon in menu item
2014-01-08 21:22:56 +00:00
Jung-uk Kim
b5028779b8 Build with Apache Ant 1.9.3. 2014-01-08 21:21:21 +00:00
Antoine Brodin
68ea9bc11e - Fix build with clang
- Stage support

PR:		ports/185311
Submitted by:	KATO Tsuguru
2014-01-08 20:54:35 +00:00
Dirk Meyer
ec753258a2 - fix option PADLOCK
Submitted by:	Renato Botelho
2014-01-08 20:52:58 +00:00
Matthias Andree
f3c0cd80c0 Drop obsolete patches that are now effectively no-ops. 2014-01-08 20:50:13 +00:00
Jung-uk Kim
32f1e44300 - Update to 1.9.3 and convert NOPORTDOCS to options framework. [1]
- Support staging.

PR:		ports/185588 [1]
2014-01-08 20:39:22 +00:00
Antoine Brodin
a31541b0d2 - Add LICENSE
- Stage support
- Fix build with clang

PR:		ports/185501
Submitted by:	KATO Tsuguru
2014-01-08 20:22:53 +00:00
Steven Kreuzer
8d17c06c5a SPECsfs2008: the SPEC NFSv3/CIFS benchmark
SPECsfs2008 is the latest version of the Standard Performance Evaluation
Corporation benchmark suite measuring file server throughput and response time,
providing a standardized method for comparing performance across different
vendor platforms. SPECsfs2008 results summarize the server's capabilities with
respect to the number of operations that can be handled per second, as well as
the overall latency of the operations. The suite is a follow-on to the SFS97_R1
benchmark, adding a CIFS workload, an updated NFSv3 workload, support for
additional client platforms, and a new test harness and reporting/submission
framework.

The ISO for SPECsfs2008 must be purchased from SPEC's web site, before
this port can be built.

WWW: http://www.spec.org/sfs2008/

PR:		ports/185221
Submitted by:	Craig Rodrigues <rodrigc@FreeBSD.org>
2014-01-08 20:18:34 +00:00
Dmitry Marakasov
6f05081127 - Fix build on pre-clang FreeBSD versions (9.1) 2014-01-08 20:05:12 +00:00
Antoine Brodin
4298a41aa6 - Stage support
- Fix build with libc++

PR:		ports/185507
Submitted by:	KATO Tsuguru
2014-01-08 19:19:53 +00:00
Antoine Brodin
92bd52ca14 - Remove NO_INSTALL_MANPAGES, it's useless with custom do-install target
- Stage support
- Fix build on head amd64 (MAKE_ENV was overriden)
- Add missing OPTIONS_DEFINE

PR:		ports/185514
Submitted by:	KATO Tsuguru
2014-01-08 18:31:40 +00:00
William Grzybowski
5547c47cf7 x11-wm/awesome-vicious: update to 2.1.3 2014-01-08 18:15:32 +00:00
Johan van Selst
402551a405 - Update afnix to 2.4.0
- Enable stage support
2014-01-08 18:01:25 +00:00
Antoine Brodin
ee955d916f - Use new LIB_DEPENDS syntax
- Use OPTIONS_HELPERS
The PR also included a fix for build with clang but this got already fixed

PR:		ports/185517
Submitted by:	KATO Tsuguru
2014-01-08 18:01:20 +00:00
William Grzybowski
a1e0fc3a96 devel/pear-Symfony_Component_Console: update to 2.4.1 2014-01-08 17:38:02 +00:00
Pietro Cerutti
faaf0a24d7 - New port: math/vtk6
This is a port of the new VTK 6.x series. It is an early effort which should
  be used with care. Python support is present but commented out, pending some
  more thorough test.

  WWW: http://vtk.org/
2014-01-08 17:18:41 +00:00
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