1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

317076 Commits

Author SHA1 Message Date
Hiroki Sato
813b3cf0ed Fix build.
Reported by:	pkg-fallout
2013-12-04 20:35:02 +00:00
Chris Rees
3908568818 Update to 2.85
PR:		ports/184044
Submitted by:	Jamie Landeg Jones <jamie@dyslexicfish.net>

While here, stageify
2013-12-04 20:26:01 +00:00
Chris Rees
db5d3dfae7 Remove argparse dependency
PR:		ports/182086
Submitted by:	rm
2013-12-04 20:15:00 +00:00
Sunpoet Po-Chuan Hsieh
7ff6c193f3 - Add missing distinfo 2013-12-04 19:02:47 +00:00
Juergen Lock
a8b562e631 - Update WWW after forum update.
- Bump PORTREVISION.
2013-12-04 18:53:52 +00:00
Max Brazhnikov
7f219bddfe - Fix package name collision
Approved by:	portmgr (bapt)
2013-12-04 18:50:37 +00:00
Max Brazhnikov
064f57d542 - Respect CMAKE_BUILD_TYPE
Approved by:	portmgr (bapt)
2013-12-04 18:48:48 +00:00
Antoine Brodin
c617959ef5 Do not create a BSD local hierarchy under ${STAGEDIR}${LINUXBASE} when
USE_LINUX=yes and PREFIX!=LINUXBASE.
This is not needed and creates a bunch of stage orphaned directories.

PR:		ports/184477
Approved by:	portmgr (bapt)
Tested by:	poudriere bulk -t games/dsnake emulators/rtc www/linux-f10-flashplugin11 (no error, no orphans)
2013-12-04 17:48:26 +00:00
Pietro Cerutti
e21bfd517f - Fix BUILD_DEPENDS
Reported by:	pkg-fallout
Spotted by:	bapt
2013-12-04 16:24:20 +00:00
Sean Bruno
a9b5a1ffb6 Update to Clementine 1.2.1
Version 1.2.1:
Bugfixes:
* Fix library download in the network remote.
* Fix removing songs from playlist in the network remote.
* Fix login failures with box.com.
* (Mac OS X) Add a workaround for a weird font issue on 10.9.
* (Linux) Fix a typo that would prevent the Spotify downloader button from
ever being shown
2013-12-04 15:33:33 +00:00
Frederic Culot
c8b92f3eaf - Update to 1.7.6
PR:		ports/184494
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-12-04 15:31:07 +00:00
Frederic Culot
3de200c7c7 - Update to 0.8.0
PR:		ports/184493
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-12-04 15:15:53 +00:00
Philippe Audeoud
37334f2d6c - Update to 3933
PR:		ports/184496
Submitted by:	maintainer
2013-12-04 14:46:13 +00:00
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