1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

317063 Commits

Author SHA1 Message Date
Kubilay Kocak
c71b83c89e devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ ports
All other core ZeroMQ library ports have been moved to the net/ category
along with the czmq client library. This change completes the set,
enabling greater flexibility and choice for maintainers of ZeroMQ-based
software in the ports tree.

- Move devel/zmq to net/libzmq2
- Update devel/ and net/ category Makefiles
- Add MOVED entry
- Update LIB_DEPENDS in dependent ports

net/libzmq2:

- Switch primary category to net
- Enable STAGE support
- Add DEBUG option
- Update COMMENT to match libzmq[34]
- Update pkg-descr to match libzmq[34]
- Update CONFLICTS
- Add LICENSE
- Sort USE_* section
- Remove MAN macros and move entries to pkg-plist
- Add regression-test target for QA

Reviewed by:	makc
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
2013-12-04 14:08:03 +00:00
Erwin Lansing
6c803a1da7 Fix build with GSSAPI
Submitted by:	sunpoet
2013-12-04 12:15:53 +00:00
Koop Mast
71a25c8cd8 Remove obsolete patch, Forgotten in 2.0.2 update. 2013-12-04 12:04:49 +00:00
Rusmir Dusko
135a87779b - Bump PORTREVISION
- Remove dependency for x11/xterm
- Add files/aop.desktop

Approved by:	pawel / wg (mentors, implicit)
2013-12-04 10:30:24 +00:00
Rusmir Dusko
6ef8020587 - Bump PORTREVISION
- Remove dependency for x11/xterm
- Add files/holotz-castle.desktop and files/holotz-castle-solutions.desktop

Approved by:	pawel / wg (mentors, implicit)
2013-12-04 10:26:55 +00:00
William Grzybowski
c1e0b25280 devel/pear-Symfony_Component_Console: update to 2.4.0 2013-12-04 10:25:32 +00:00
William Grzybowski
9f6af9e1a9 www/py-django-tastypie: update to 0.11.0 2013-12-04 10:24:37 +00:00
Emanuel Haupt
e5bdc16af3 Update to 2.4.9 2013-12-04 10:22:45 +00:00
Rusmir Dusko
ea673b1fe4 - Bump PORTREVISION
- Change master sites
- Remove dependency for x11/xterm
- Switch to USE_GCC=yes
- Add DOCS Option
- Add files/traingame.desktop

Approved by:	pawel / wg (mentors, implicit)
2013-12-04 10:19:48 +00:00
William Grzybowski
cb5c16af37 devel/py-mimeparse: update to 0.1.4
- Update to 0.1.4 (Newer upstream)
- Use auto plist
2013-12-04 10:19:11 +00:00
William Grzybowski
9bccbedc2c devel/py-billiard: update to 3.3.0.11
Changes: https://raw.github.com/celery/billiard/master/CHANGES.txt
2013-12-04 10:14:58 +00:00
Kubilay Kocak
a9db7ccf42 devel/py-pbr: Add pip to RUN_DEPENDS as swift and swiftclient need it
swift and swiftclient depend on pbr, output errors on import when pip is
not available at runtime, but don't explicitly declare a dependency on pip
themselves.

While implicit dependencies are not good practice, pbr does declare pip in its
requirements, which is not reflected in this ports RUN_DEPENDS. So:

- Add py-pip to RUN_DEPENDS

Reported by:	trociny
2013-12-04 10:07:23 +00:00
Matthias Andree
e2d14fe96e Upgrade to upstream -rc5, fixing binding to IPv6 interfaces with
non-local addresses. Important upstream changes between -rc4 and -rc5:

-     Don't overwrite errno before generating message.
-     Garbage collect listening sockets when their address is deleted.
-     Only set scope_id in addresses to bind() for linklocal addresses.
-     Check arrival interface of IPv6 requests, even in --bind-interfaces.
-     Relax rules in prefix length in (IPv6) dhcp-range.
2013-12-04 09:54:09 +00:00
Emanuel Haupt
49208b3f05 Update to 300
PR:		184488
Submitted by:	"Sergey V. Dyatko" <sergey.dyatko@gmail.com>
2013-12-04 07:30:22 +00:00
Dirk Meyer
de89df1e53 - use STAGEDIR
- use OPTIONS_DEFINE
2013-12-04 07:08:54 +00:00
Dirk Meyer
7f13705102 - use STAGEDIR
- USES=gmake
2013-12-04 05:53:40 +00:00
Sergey A. Osokin
e04e2dcf3b Make third-party accept_language module fetchable by update to latest version.
PR:	ports/184153
2013-12-04 05:06:15 +00:00
Jason E. Hale
ee7eb3d982 - Fix date on entry; I was going to commit this a few days ago, but
ran into some last-minute problems and forgot to change it
2013-12-04 03:40:10 +00:00
Jason E. Hale
3a64305d43 - Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
2013-12-04 02:51:00 +00:00
Guido Falsi
bcabd79d96 - Update to 1.13.0
PR:		ports/184472
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-12-04 00:56:26 +00:00
Gerald Pfeifer
2bd024dd38 Fix the build with GCC 4.7 and later (which do fewer extraneous
#includes of system include files).

PR:		183342
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-12-03 23:21:18 +00:00
Gerald Pfeifer
869a50a7e1 Fix the build with GCC 4.7 and later (which do fewer extraneous
#includes of system include files).

PR:		183342
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-12-03 23:18:16 +00:00
Gerald Pfeifer
706d2e10e4 Fix the build with GCC 4.7 and later (which do fewer extraneous
#includes of system include files). [1]

On the way adjust to the new LIB_DEPENDS format.

PR:		183342 [1]
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> [1]
2013-12-03 23:14:35 +00:00
Koop Mast
ae2f2f7817 Add patch to unbreak with libc++ 10.0+.
_S_cur is a libstdc++ enum symbol.

Much thanks to rdivacky@ for helping finding this.
2013-12-03 22:10:25 +00:00
Koop Mast
5dbda1a7f4 Stageify, add PORTSCOUT macro to ignore these ports, no new versions will appear.
Update to new port framework bits.
2013-12-03 22:04:38 +00:00
Koop Mast
f533a481b2 Update to 2.0.2.
Remove obsolete LATEST_LINK, USE_GMAKE -> USES=gmake.
use USE_GNOME=introspection.
2013-12-03 22:00:29 +00:00
Rene Ladan
dfdd404bbd * Update to 1.1.0:
- New algorithm to receive bits from the radio signal from an idea by
    Udo Klein, with permission [1] (configuration file changed)
  - Use two independent maximum values for 0 and 1 bits (configuration
    file changed)
  - New verbose display output
  - Weaken precondition for processing leap seconds and DST changes to not
    insist on correct values for parity bits and bit 0, 20, 17, 18
  - README.md updated
  - Style and other minor fixes

* Simplify PORTDOCS installation

[1] http://blog.blinkenlight.net/experiments/dcf77/binary-clock/#comment-5916
2013-12-03 21:33:36 +00:00
Tijl Coosemans
ce4019f97e Add libXp to xorg-libraries.
PR:		ports/180096
Approved by:	x11 (zeising,eadler)
2013-12-03 21:00:32 +00:00
Carlo Strub
9487d0fa4d - Update to 2.0.10
- Support staging
2013-12-03 20:19:05 +00:00
Antoine Brodin
446e12c2b7 Mark as jobs unsafe
Failure log is in the PR

PR:		ports/184205
Submitted by:	Tsurutani Naoki
2013-12-03 19:49:41 +00:00
Sean Bruno
334b23f589 Pointyhat to me.
SPOTIFY support references the built in clementine library support module
for the service that requires qca2 support.

SPOTIFY_BLOB references some magical external library (from the vendor),
that can be used in its place.

There isn't a clearly obvious way to disable SPOTIFY support alltogether
and the original, pre svn r335260 version of the SPOTIFY logic is correct

Reported by:	Jimmy Olgeni <olgeni@olgeni.com>
2013-12-03 19:29:05 +00:00
Tijl Coosemans
fa8d0e0266 - Remove USE_GCC and fix build with clang.
- Replace nomalloc script with REINPLACE_CMD.
- Remove noextradepend script.  It is no longer needed.

PR:		ports/181820
Approved by:	maintainer timeout (3 months)
2013-12-03 19:12:34 +00:00
Bryan Drewery
b517565d8c - Use proper UNAME variable here
With hat:	portmgr
2013-12-03 19:08:47 +00:00
Olivier Duchateau
23612ac742 - Update to 1.2.2 2013-12-03 18:26:33 +00:00
Antoine Brodin
b6dab80b05 Update pkg-message, I forgot this file in previous commit
PR:		ports/183928
Submitted by:	Jake Smith (maintainer)
2013-12-03 18:09:55 +00:00
Sergey A. Osokin
bf8cbf5b2f Fix syslog support.
Do not bump PORTREVISION cause syslog support disabled by default.

Patch from:	rea
PR:		ports/180639
2013-12-03 18:08:20 +00:00
Frederic Culot
77e91e64b0 - Update to 0.7.4
PR:		ports/184353
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-12-03 17:47:15 +00:00
Dmitry Marakasov
fa9aa1873d - Update to 0.8.1 2013-12-03 17:16:36 +00:00
Frederic Culot
fe413f30c8 - Update to 2.50
Changes:	http://search.cpan.org/dist/Term-Menus/ChangeLog
2013-12-03 17:13:50 +00:00
Sergey A. Osokin
fafce49fe4 Upgrade from 2.8.1 to 2.8.2.
<ChangeLog>

# UPGRADE URGENCY: MODERATE for both Redis and Sentinel.

* [FIX] Sentinel better desynchronization to avoid split-brain elections
        where no Sentinel managed to get elected.
* [FIX] Stop accepting writes on "MISCONF" error only if master, not slave.
* [FIX] Reply to PING with an error on "MISCONF" errors.

</ChangeLog>
2013-12-03 17:04:00 +00:00
Rusmir Dusko
a47efd1d99 - Update to 1.1-r1
- Remove obsolete patch, upstream have fixed

Approved by:	pawel / wg (mentors, implicit)
2013-12-03 16:40:28 +00:00
Rusmir Dusko
0cf573c684 - Change master sites
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Support STAGEDIR
- Change pkg-message
- Use only one WWW

Approved by:	pawel / wg (mentors, implicit)
2013-12-03 16:34:36 +00:00
Koop Mast
71f6698e3c remove two leftover dirs.
Submitted by:	QAT
2013-12-03 16:06:48 +00:00
Rusmir Dusko
8d3e0f2924 - Bump PORTREVISION
- Add files/bs.desktop

Reported by:	makc
Approved by:	pawel / wg (mentors, implicit)
2013-12-03 15:44:07 +00:00
Koop Mast
44930e125b Update to 13.11.
Use new lib_depend syntax, sort USES.
Remove left over "USE_DISPLAY=yes" from the switch to USES=display.
GNUchess is no longer needed
Stageify
2013-12-03 15:34:59 +00:00
Max Brazhnikov
f4efa1f472 - Fix CMAKE_BUILD_TYPE usage
Approved by:	maintainer
2013-12-03 15:13:57 +00:00
Max Brazhnikov
4a3163480f - Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)
Approved by:	maintainter
2013-12-03 15:11:33 +00:00
Tijl Coosemans
80fc82be96 There's a warning during boot if the skkserv_enable rc variable is
undefined so set it to "NO" by default.

PR:		ports/181729
Approved by:	maintainer timeout (3 months)
2013-12-03 15:05:17 +00:00
Sean Bruno
043905fa76 Typo fix: s/DEBUS/DBUS/g
Recomment out maintainer line comment at top of file

Submitted by:	makc@
2013-12-03 14:52:52 +00:00
Li-Wen Hsu
2cbcb1ea6d - Update to 5.16 2013-12-03 14:23:40 +00:00