aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.0.14Frederic Culot2014-08-283-19/+5
| | | | | | | | PR: ports/192938 Submitted by: mohawk@bsdsx.fr (maintainer) Notes: svn path=/head/; revision=366396
* Add USES=libtoolTijl Coosemans2014-08-284-7/+5
| | | | Notes: svn path=/head/; revision=366395
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-08-281-4/+7
| | | | Notes: svn path=/head/; revision=366394
* Remove CONFIGURE_ARGS=--enable-explicit-deps. This option addsTijl Coosemans2014-08-282-4/+3
| | | | | | | | | | | | | | | | | | | | dependencies to the Requires field in pkgconfig files that should only be needed with static linking and cause a lot of overlinking with shared linking. They should be added to the Requires.private field instead, but since this port doesn't install any static libraries they can just be removed. The flag was added because several ports that depend on this port failed to link because of missing libraries when the linker enforced explicit linking. The pkgconfig files in this port then provided the links. These ports have all been fixed now. PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366393
* dns/powerdns-devel: Fix stage-qa / plist-issuesJohn Marino2014-08-282-2/+4
| | | | | | | | PR: 192401 Fix by: maintainer (Ralf van der Enden) Notes: svn path=/head/; revision=366392
* Add quick and dirty port of scanmem, a simple interactive debugging utilityAlexey Dokuchaev2014-08-2810-0/+221
| | | | | | | | | for Linux, used to locate the address of a variable in an executing process. WWW: http://code.google.com/p/scanmem/ Notes: svn path=/head/; revision=366391
* - Update to 05_20140817Pietro Cerutti2014-08-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * The chapter about files in the manual has been improved. * Variants of the for-each-loop with an until condition have been added to array.s7i. * The parse operator for characters has been improved to accept only strings with a length of 1. * The function trimValue has been introduced. This function trims a string such that it can be converted to a specified type. * The exception handlers for RANGE_ERROR have been removed from the functions read and readln in enable_input.s7i. The functions read and readln now raise range RANGE_ERROR when the conversion to the target type fails. * Occurances of io_ok, io_error, io_empty and io_filled have been removed from the libraries. This undocumented feature was not used for years. The function succeeds and the functions read and readln with default value are better suited for error checking, when data is read. * The exception handlers in interpreter and compiler have been improved to allow an otherwise part. * The function succeeds has been introduced. This function executes a statement and returns TRUE when no exception occurs. * The example programs nicoma.sd7 and savehd7.sd7 have been improved to use the new function succeeds. * The parse operator for float has been changed to raise RANGE_ERROR when leading whitespace is found. * The library make.s7i has been improved to accept the commands erase, xcopy, mv, move and rem. * The library makedata.s7i has been improved to accept the macro functions subst and patsubst. * The reading of rules in makedata.s7i has been improved to read commands without macro substitution. The macros in commands are substituted just before the commands are executed. * The make functions in make.s7i have been changed to raise FILE_ERROR when a command fails. * The function applyMacros in makedata.s7i has been improved to accept macro functions and the shorthands of patsubst. * The function replaceSuffixes in makedata.s7i has been improved to accept pattern substitution with the % character. * In the library make.s7i the logging has been removed from the functions doRm, doCp, doPwd, doEcho, doCd, doMake, doOneCommand, doCommands and processCommand. * The program chkflt.sd7 has been adjusted to work with the strict parse operator for float. * Interpreter and compiler have been improved to support the actions PRC_BLOCK_CATCH_ALL and PRC_BLOCK_OTHERWISE. * The program sudo.c has been improved to work without upper limit for the parameter length. * The functions checkIfOutsideRange and negate have been added to int_act.s7i. Notes: svn path=/head/; revision=366390
* dns/c-ares:Tijl Coosemans2014-08-2813-39/+22
| | | | | | | | | | | - Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366389
* - Update to 1.24.0Sunpoet Po-Chuan Hsieh2014-08-282-3/+3
| | | | | | | Changes: https://github.com/fog/fog-core/blob/master/changelog.md Notes: svn path=/head/; revision=366388
* devel/py-dateutil: Update to 2.2, ModerniseKubilay Kocak2014-08-284-20/+19
| | | | | | | | | | | | | | | | | | | | | | - Update to 2.2 - Add LICENSE_FILE - Update COMMENT (Via setup.py) - Fix RUN_DEPENDS assignment - Modernise Python framework entries - Canonicalise regression-test - Patch setup.py to support `test` command - Remove unecessary patch to dateutil/__init__.py (unicode -> plain) Changes: 2.2 * Updated zoneinfo to 2013h * fuzzy_with_tokens parse addon * Bug with LANG=C fixed QA: Ran 492 tests in 0.688s - OK (Python 2.7 / 3.4) Notes: svn path=/head/; revision=366387
* - Convert to USES=libtoolTijl Coosemans2014-08-282-9/+5
| | | | | | | - Use @sample Notes: svn path=/head/; revision=366386
* - Update to 10.2.6Pietro Cerutti2014-08-282-5/+4
| | | | | | | Release notes: http://www.mesa3d.org/relnotes/10.2.6.html Notes: svn path=/head/; revision=366385
* Update to spiped 1.4.0. Ask for a C11 compiler, despite only needing a C99Colin Percival2014-08-282-4/+7
| | | | | | | | compiler, in an attempt to make sure that on x86 systems we have a compiler with support for AESNI. Notes: svn path=/head/; revision=366384
* - Update to 7347Dmitry Marakasov2014-08-282-3/+3
| | | | Notes: svn path=/head/; revision=366383
* Commit the version of the patch that was exp-runnedAntoine Brodin2014-08-281-1/+1
| | | | | | | | PR: 191746 With hat: portmgr Notes: svn path=/head/; revision=366382
* Update to version 4.7.3.Vanilla I. Shu2014-08-284-70/+67
| | | | | | | | PR: ports/193039 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366381
* Back out parts of the r366375 that had nothing to do with staging or fixingAlexey Dokuchaev2014-08-281-47/+42
| | | | | | | | the build on -CURRENT. This restores Makefile sanity and diff clarity with r357486. (Fixing the build without GCC would be attempted separately.) Notes: svn path=/head/; revision=366380
* Update to version 0.99.9.Vanilla I. Shu2014-08-287-74/+8
| | | | | | | | PR: ports/193041 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366379
* Upgrade to 1.3.Vanilla I. Shu2014-08-285-88/+109
| | | | | | | | PR: ports/193032 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366378
* devel/py-protobuf: ModernizeKubilay Kocak2014-08-281-5/+10
| | | | | | | | | | | | - Add LICENSE and LICENSE_FILE - Modernize Python framework entries - Add regression-test target QA: Ran 216 tests in 0.298s - OK Approved by: maintainer Notes: svn path=/head/; revision=366377
* Support STAGEDIR.Vanilla I. Shu2014-08-286-218/+277
| | | | | | | | PR: ports/193038 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366376
* 1: Fix build on -currentVanilla I. Shu2014-08-281-42/+46
| | | | | | | | | | 2: Stagify. PR: ports/193030 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366375
* Support STAGEDIRVanilla I. Shu2014-08-283-25/+34
| | | | | | | | PR: ports/193037 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366374
* Upgrade to 3.0.7.Vanilla I. Shu2014-08-282-3/+3
| | | | | | | | PR: ports/193025 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366373
* Support STAGEDIR.Vanilla I. Shu2014-08-286-30/+40
| | | | | | | | PR: ports/193036 Submitted by: Ports Fury Notes: svn path=/head/; revision=366372
* Support STAGEDIRVanilla I. Shu2014-08-284-431/+30
| | | | | | | | PR: ports/193033 Submitted by: Ports Fury Notes: svn path=/head/; revision=366371
* [NEW] devel/py-riak_pb: Riak Protocol Buffers MessagesKubilay Kocak2014-08-284-0/+27
| | | | | | | | | | Message definitions for the Protocol Buffers-based interface to Riak and various Erlang-specific utility modules for the message types. WWW: https://github.com/basho/riak_pb Notes: svn path=/head/; revision=366370
* Update to version 2.3.67.Vanilla I. Shu2014-08-2815-290/+2307
| | | | | | | | PR: ports/193035 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366369
* Support STAGEDIRVanilla I. Shu2014-08-284-467/+21
| | | | | | | | PR: ports/193034 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366368
* Support STAGEDIRVanilla I. Shu2014-08-281-8/+22
| | | | | | | | PR: ports/193029 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366367
* 1: Upgrade to 0.19.4.Vanilla I. Shu2014-08-283-17/+13
| | | | | | | | | | 2: Stagify. PR: ports/193071 Submitted by: <proler gmail.com> Notes: svn path=/head/; revision=366366
* Fix build on 10+Adam Weinberger2014-08-281-3/+10
| | | | Notes: svn path=/head/; revision=366365
* Upgrade to 0.14, remove BROKEN, fix pkg-plist.Vanilla I. Shu2014-08-283-7/+8
| | | | | | | | PR: ports/193068 Submitted by: maintainer Notes: svn path=/head/; revision=366364
* devel/py-cffi: add run path to the built libraryWilliam Grzybowski2014-08-271-4/+4
| | | | | | | - USES python Notes: svn path=/head/; revision=366363
* www/squid33: Upgrade version 3.3.11 => 3.3.13John Marino2014-08-277-178/+337
| | | | | | | | | | | | Refactored the makefile again, added urls for known bugs in the makefile, Removed FS_COSS from options (broken everywhere). The new versions bring in fixes from upstream too. PR: 192983 Collaboration: timp87 and ohauer@ Notes: svn path=/head/; revision=366362
* Fix @dirrm auto-generation for PORTDOCS/PORTEXAMPLES/PORTDATA with globs.Matthias Andree2014-08-273-7/+9
| | | | | | | | | | | | | | Fix up net-mgmt/netmond pkg-plist for @mode (regression with pkg from r347404 committed by rene@) and remove two @dirrm lines that are now excess. Exp-run completed. PR: 191746 Reviewed by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366361
* Stage japanese/xyakuJohn Marino2014-08-272-7/+9
| | | | | | | | PR: 193058 Submitted by: turutani Notes: svn path=/head/; revision=366360
* - Strip libraryDmitry Marakasov2014-08-271-2/+4
| | | | | | | | | | | - Shorten MASTER_SITES PR: 192110 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=366359
* Sanitize @mode u+s to @mode 04555 and bump PORTREVISION.Matthias Andree2014-08-272-2/+2
| | | | | | | | PR: 185285 (regression) Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366358
* japanese/edict-utf-8: Update WWWJohn Marino2014-08-271-1/+1
| | | | | | | | | | | This was originally a staging PR, but vanilla staged it before the PR was processed. He missed the WWW update though, so I'll do that now. PR: 193060 Submitted by: turutani Notes: svn path=/head/; revision=366357
* Parts of Russia will change times on 2014-10-26.Edwin Groothuis2014-08-273-6/+22
| | | | | | | | | | | | | Australia will now use Axxx. Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and America/Metlakatla. And lots of historical changes (See http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html for the full details.) Notes: svn path=/head/; revision=366356
* Bump PORTREVISION after pkg-plist fix.Matthias Andree2014-08-271-0/+1
| | | | | | | | Submitted by: bapt Approved by: portmgr (bapt) Notes: svn path=/head/; revision=366355
* Siren is a text-based audio player for UNIX-like operating systems. ItOlivier Duchateau2014-08-275-0/+64
| | | | | | | | | | supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file formats. WWW: http://www.kariliq.nl/siren/ Notes: svn path=/head/; revision=366354
* Fix up @mode line to use 0400.Matthias Andree2014-08-271-1/+1
| | | | | | | | PR: 191115 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=366353
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-271-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366352
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-272-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366351
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-272-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366350
* - Fix build by providing LIBSDmitry Marakasov2014-08-272-0/+3
| | | | | | | | | - Fix plist Approved by: portmgr blanket Notes: svn path=/head/; revision=366349
* - Fix shebangsDmitry Marakasov2014-08-271-2/+4
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=366348
* Add missing libsTijl Coosemans2014-08-271-0/+4
| | | | Notes: svn path=/head/; revision=366347