Commit graph

336994 commits

Author SHA1 Message Date
Dmitry Sivachenko
bfb34f2ee8 Update to 2.0.5.1. 2014-06-02 07:24:10 +00:00
Martin Wilke
cfe6f3bc06 - Convert USE_BZIP2/XZ to USES
Approved by:	portmgr
2014-06-02 07:16:50 +00:00
Gerald Pfeifer
18c5873dfa Update to the 20140601 snapshot of GCC 4.10.
This has a workaround for clang pretending to be GCC but not being
compatible, so we no longer need to require GCC to build, even on
amd64.
2014-06-02 06:54:29 +00:00
Rusmir Dusko
bec644de66 - Update to 0.2.37, Announce message:
Add twip unit to length category
 modifed appdata location to help with making RPM
2014-06-02 06:41:28 +00:00
Pawel Pekala
f32e265215 - Add staging support
- Convert to USES=tar:bzip2
2014-06-02 05:42:11 +00:00
Martin Wilke
e83752b680 - Correct the bugzilla url
With hat:	portmgr
2014-06-02 05:04:21 +00:00
Sergey A. Osokin
064f791af4 Update from 4.0.41 to 4.0.44:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

<ChangeLog>

Release 4.0.44
--------------

 * The issue tracker has now been moved from Google Code to Github.
   Before version 4.0.44 (May 29 2014, commit 3dd0964c9f4), all
   issue numbers referred to Google Code. From now on, all issue
   numbers will refer to Github Issues.
 * Fixed compilation problems on OS X Lion and OS X Mountain Lion.
 * On Ruby, fixed `nil` being frozen on accident in some cases.
   See issue #1192.

Release 4.0.43
--------------

 * Introduced a new command `passenger-config list-instances`, which prints all
   running Phusion Passenger instances.
 * Introduced a new command `passenger-config system-metrics, which displays
   metrics about the system such as the total CPU and memory usage.
 * Fixed some compilation problems caused by the compiler capability autodetector.
 * System metrics such as total CPU usage and memory usage, are now sent to
   [Union Station](https://www.unionstationapp.com) in preparation for future
   features.

Release 4.0.42
--------------

 * [Nginx] Upgraded the preferred Nginx version to 1.6.0.
 * [Nginx] Fixed compatibility with Nginx 1.7.0.
 * [Standalone] The MIME type for .woff files has been changed to application/font-woff.
   Fixes issue #1071.
 * There are now APT packages for Ubuntu 14.04. At the same time, packages for
   Ubuntu 13.10 have been abandoned.
 * Introduced a new command, `passenger-config build-native-support`, for ensuring
   that the native_support library for the current Ruby interpreter is built. This
   is useful in system provisioning scripts.
 * For security reasons, friendly error pages (those black/purple pages that shows
   the error message, backtrace and environment variable dump when an application
   fails to start) are now disabled by default when the application environment is
   set to 'staging' or 'production'. Fixes issue #1063.
 * Fixed some compilation warnings on Ubuntu 14.04.
 * Fixed some compatibility problems with Rake 10.2.0 and later.
   See [Rake issue 274](https://github.com/jimweirich/rake/issues/274).
 * Improved error handling in [Union Station](https://www.unionstationapp.com) support.
 * Data is now sent to Union Station on a more frequent basis, in order to make new
   data show up more quickly.
 * Information about the code revision is now sent to Union Station, which will be
   used in the upcoming deployment tracking feature in Union Station 2.

</ChangeLog>
2014-06-02 02:14:54 +00:00
Sergey A. Osokin
c4bf2a232e Upgrade from 3.0.0-beta2 to 3.0.0-beta5.
Fix lua/luajit-specific extra patches.
Stagefy.

<ChangeLog>

--[ Redis 3.0.0 Beta 5 (version 2.9.54) ] Release date: 26 may 2014

This is the 5th beta of Redis 3.0.0. It does not include any real
worthwhile change (just three days passed since the previous beta), but
fixes two stupid bugs preventing cluster tests to pass.

--[ Redis 3.0.0 Beta 4 (version 2.9.53) ] Release date: 23 may 2014

This is the fourth beta of Redis 3.0.0.

>> General changes

* [NEW] Scripting engine performances improvements.
* [NEW] Log format slightly changed to report current node role.

* [FIX] Correct the HyperLogLog stale cache flag to prevent unnecessary
        computation.

>> Cluster changes

* [NEW] redis-trib: ability to import data from standalone Redis instances.
* [NEW] redis-trib: "fix" subcommand much better at fixing errors.
* [NEW] CLUSTER FAILOVER FORCE implemented.
* [NEW] CLUSTER RESET implemented, it is now possible to completely reset
        nodes and create a new cluster without restarting anything.
* [NEW] Slave validity factor (max estimated data age to still failover)
        is now under the control of the user, and can be configured via
        redis.conf or CONFIG SET. Option name cluster-slave-validity-factor.
* [NEW] Cluster test: failure detection and failover initial tests.
* [NEW] CLUSTER MEET: better error messages when address is invalid.
* [NEW] Bulk-accept new Cluster nodes in the Cluster bus instead of
        performing just a single accept() per event fired.

* [FIX] Bypass data_age check for manual failovers.
* [FIX] Fixed data_age computation / check integer overflow.
* [FIX] Various fixes to Tcl client.tcl Redis Cluster client used in tests.
* [FIX] Better handling of stolen slots.
* [FIX] Don't accept cluster bus connections during startup.

>> Sentinel changes

* [NEW] Generate +config-update-from event when a new config is received.
* [NEW] Log when a failover will be re-attempted again.

* [FIX] Sentinel: Add "dir /tmp" directive in example sentinel.conf.

--[ Redis 3.0.0 Beta 3 (version 2.9.52) ] Release date: 5 may 2014

This is the third beta of Redis 3.0.0.

>> General changes

* [NEW] New data structure: the HyperLogLog (see 2.8 release notes).
* [NEW] Lexicograhical range queries in sorted sets (see 2.8 release notes).
* [NEW] LRU algorithm precision greatly improved.

* [FIX] Redis is now much more responsive to reply with LOADING / BUSY errors.

>> Cluster changes

* [NEW] Cluster testing framework and initial tests.
* [NEW] Cluster epochs collision resolution (make Redis Cluster more resilient
        to admin and programming errors).
* [NEW] Persist / fsync some global state to ensure correct crash-recovery
        semantics.
* [NEW] New command introduced: CLUSTER SET-CONFIG-EPOCH, still not used
        by redis-trib. Will be used to speedup the assignment of unique
        epochs to different nodes at cluster creation time. For now this is
        handled as a side effect of the cluster epochs collision resolution.

* [FIX] Different fixes to redis-trib cluster creation.
* [FIX] Fix an error in the CLUSTER NODES output for nodes slots.

>> Sentinel changes

* [NEW] Sentinels are now able to send update messages in a peer-to-peer
        fashion even if no Redis instances are available. Now the Sentinel
        liveness property that the most updated configuration in a given
        partition is propagated to all the Sentinels is extended to partitions
        without reachable instances.
* [NEW] Sentinel safety properties are now ensured in a crash-recovery system
        model since some state is persisted on disk before replying to other
        nodes, and reloaded at startup.
* [NEW] Sentinel now uses CLIENT SETNAME so that it is easy to identify
        Sentinels using CLIENT LIST among other clients.
* [NEW] Sentinel failure detection and reconnection code improved.

</ChangeLog>
2014-06-02 01:42:11 +00:00
Gerald Pfeifer
f491366803 Update to the 20140528 snapshot of GCC 4.9.1. 2014-06-02 00:46:52 +00:00
William Grzybowski
19aeafab96 databases/py-sqlobject: update to 1.6.0 and add license
PR:		ports/190421
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-06-01 23:04:51 +00:00
William Grzybowski
1873d38a77 databases/pymongo: update to 2.7.1
PR:		ports/190424
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-06-01 23:03:29 +00:00
Thierry Thomas
7ba07af1cd Refresh. 2014-06-01 22:15:17 +00:00
Thierry Thomas
561d850cf5 - Refresh
- Add LIB_DEPENDS for libs used by libtoxav.
2014-06-01 22:14:56 +00:00
Thierry Thomas
32817e4f09 Refresh. 2014-06-01 22:13:54 +00:00
Tijl Coosemans
feea508b4d Fix description of NOTIFY option. It usually controls a dependency on
libnotify which deals with popup notifications.
2014-06-01 22:04:16 +00:00
Cy Schubert
86fb5f8490 Specify defaults for amd64. This resolves an object.d not found error. 2014-06-01 22:02:54 +00:00
Carlo Strub
24f1217f37 Update to 1.2.0 2014-06-01 21:51:52 +00:00
Guido Falsi
c3f950ae9f - Fix packaging when DOCS option is disabled
Reported by:	kargl@
Approved by:	Matthew Luckie <mjl@luckie.org.nz> (Maintainer)
2014-06-01 21:47:31 +00:00
Cy Schubert
f41e4b369c Correct dmd1.conf filename. 2014-06-01 21:46:06 +00:00
Antoine Brodin
9bab3f8725 /you/have/to/check/what/makeplist/gives/you
Reported by:	pkg-fallout
2014-06-01 21:37:19 +00:00
Carlo Strub
733fcb6404 - Support staging
- Minor edits
2014-06-01 21:30:40 +00:00
Carlo Strub
d10535c723 Support staging 2014-06-01 21:29:40 +00:00
Antoine Brodin
673e9b8ca8 Unbreak
Reported by:	pkg-fallout
2014-06-01 21:18:03 +00:00
Antoine Brodin
45e0e63759 Unbreak, it seems it wants lua51
Reported by:	pkg-fallout
2014-06-01 21:11:50 +00:00
Antoine Brodin
d272cf2c43 - Unbreak
- Stage support
- New LIB_DEPENDS syntax

Reported by:	pkg-fallout
2014-06-01 20:57:13 +00:00
Thierry Thomas
4118930a6e Fix the build by adding the Python metaport. 2014-06-01 20:36:01 +00:00
Rene Ladan
bc6d2aeff6 Remove net/cvsup-mirror: www, doc, gnats, ports repo gone; src repo deprecated 2014-06-01 20:17:14 +00:00
Sergey A. Osokin
1ee92ebd43 Update from 1.7.0 to 1.7.1.
<ChangeLog>

*) Feature: the "$upstream_cookie_..." variables.

*) Feature: the $ssl_client_fingerprint variable.

*) Feature: the "error_log" and "access_log" directives now support
   logging to syslog.

*) Feature: the mail proxy now logs client port on connect.

*) Bugfix: memory leak if the "ssl_stapling" directive was used.
   Thanks to Filipe da Silva.

*) Bugfix: the "alias" directive used inside a location given by a
   regular expression worked incorrectly if the "if" or "limit_except"
   directives were used.

*) Bugfix: the "charset" directive did not set a charset to encoded
   backend responses.

*) Bugfix: a "proxy_pass" directive without URI part might use original
   request after the $args variable was set.
   Thanks to Yichun Zhang.

*) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
   had appeared in 1.5.6.
   Thanks to Svyatoslav Nikolsky.

*) Bugfix: if sub_filter and SSI were used together, then responses
   might be transferred incorrectly.

*) Bugfix: nginx could not be built with the --with-file-aio option on
   Linux/aarch64.

</ChangeLog>
2014-06-01 20:12:42 +00:00
Ruslan Makhmatkhanov
3028588229 graphics/gimp-gmic-plugin: update to 1.5.9.0 2014-06-01 20:10:51 +00:00
Antoine Brodin
06d30c3ccf Unbreak, it seems not compatible with lua52
Reported by:	pkg-fallout
2014-06-01 20:08:54 +00:00
Antoine Brodin
53d42c3df7 Unbreak
Reported by:	pkg-fallout
2014-06-01 19:33:35 +00:00
Ruslan Makhmatkhanov
abf3f59479 lang/python-doc-html: remove python31 remnants 2014-06-01 19:24:51 +00:00
Henrik Brix Andersen
8c11937382 - Respect PORT_OPTIONS:MDOCS 2014-06-01 19:22:21 +00:00
Ruslan Makhmatkhanov
4cb69a9d66 net/spread: fix staging
- fix staging
- simplify config samples handling
- bump PORTREVISION

Submitted by:	swills (private email)
Approved by:	portmgr (blanket)
2014-06-01 19:20:33 +00:00
Wesley Shields
1670410b86 MASTER_SITE disappeared and upstream maintainer is not responding. I have
stepped in to provide hosting. Distfile matches previously recorded hashes.

Submitted by:	Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
2014-06-01 18:58:45 +00:00
Jean-Sébastien Pédron
56d5f9ce28 graphics/darktable: Update to 1.4.2
The following changes were made to options:

    o  Remove GCC option (see below)
    o  Remove KWALLET option (unused)
    o  Rename FACEBOOK option to FB_PICASA, because both export features
       depend on json-glib.
    o  Add COLORD option (color management)
    o  Add GRAPHMAGICK option (support GraphicsMagick's image formats)
    o  Add LUA option (embed Lua to add scripting)
    o  Add OPENEXR option (support HDR image format)
    o  Add SQUISH option (use libsquish to compress thumbnails)
    o  Add WEBP option (support WebP image format)

The patch enables more options by default, because I think it's more
sensible for a photographer using binary packages:

    o  COLORD
    o  FB_PICASA
    o  FLICKR
    o  GEO
    o  GPHOTO (already on)
    o  LUA
    o  NLS
    o  OPENEXR
    o  OPENJPEG
    o  RAWSPEED (already on)
    o  WEBP

The GCC option was removed because the usage of GCC along with libc++
in FreeBSD 10 and -CURRENT is unstable (this isn't a general truth,
just valid in the case of darktable). In FreeBSD up-to 9, the usage of
lang/gcc is mandatory anyway, because GCC 4.2.1 support is best effort
only (upstream).

Ninja is now used to build darktable, instead of make. This is not mandatory
of course, but brings a 33% build time improvement (at least for me).

pkg-plist is generated with "make makeplist" this time. That's why the
diff seems large. In fact most of the content remains the same, just with
a different order.

All patches were committed upstream and are removed, except one which
comes from upstream but isn't part of release 1.4.2.

The port is now "stagified".

Finally, I take maintainership of it.

PR:		ports/186979
Phabricator:	D107
Reviewed by:	danfe@ (previous version), antoine@
Approved by:	antoine@
2014-06-01 18:52:21 +00:00
Brooks Davis
ba0b1efcd7 Exports of the src repo were disabled May 26, 2014 so this port no longer
serves a purpose.  Set a retroactive expiration date.

Approved by:	portmgr (implicit)
2014-06-01 18:51:29 +00:00
Dmitry Sivachenko
b5764ff092 Restore LDFLAGS definition, it is still needed in some environments. 2014-06-01 18:44:18 +00:00
Tijl Coosemans
39ec4240c4 Link libgobject with -Wl,-z,nodelete because it cannot be safely dlclosed.
This fixes a crash in multimedia/vlc with certain combinations of options.

PR:		ports/172185, ports/183683, ports/186629
Approved by:	gnome (kwm)
Obtained from:	glib commit 3662eb9759fe225d1c214db6927c667a1b733e8a
2014-06-01 17:56:38 +00:00
Michael Gmelin
38d20a0c22 Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 17:24:23 +00:00
Michael Gmelin
9d8e3d3114 Stagify.
Note that this won't fix the port to build on 10 or 11.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 17:06:55 +00:00
Olli Hauer
c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
Michael Gmelin
7a2a42a09a Stagify. Small fixes while being there.
The port doesn't build with std=c++11. Even though it's
an upstream problem, the maintainer might want to
look into fixing this.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:39:41 +00:00
Michael Gmelin
29e157d1dd Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:37:23 +00:00
Michael Gmelin
af5a694936 Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:34:55 +00:00
Michael Gmelin
6f734db5a0 Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:33:21 +00:00
Michael Gmelin
84b84ec195 Stagify. Uncommon order of pkg-plist entries is due to
problems with old pkg_tools (PORTDOCS won't to the right
thing, resetting will use wrong user if built using
non-root user, explicitly stating root:wheel seems in-
correct too, therefore I moved them to the top)

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:32:06 +00:00
Michael Gmelin
17f5a6499f Stagify, fix LIB_DEPENDS.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:29:59 +00:00
Michael Gmelin
879cf33fd3 Stagify port, change USES_BZIP2 to new USES syntax.
The original master site www.amigaemulator.org is not
available anymore, the only available source was an
amiga forum called http://www.amigaemuboard.net, so
it lives on freefall now.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:27:59 +00:00
Stefan Eßer
40f62f1b55 Add stage support and introduce port options for IPV6 and LIBWRAP.
Reviewed by:	sem (maintainer), antoine
Approved by:	antoine (mentor)
2014-06-01 16:27:14 +00:00