Commit graph

384232 commits

Author SHA1 Message Date
Johan van Selst
65916dbc3c - Move scorefile to /var/games
- Modernise port

PR:		205627
Submitted by:	amdmi3
2015-12-30 22:05:04 +00:00
Sunpoet Po-Chuan Hsieh
becdae4e41 - Fix typo
- While I'm here, use PLIST_FILES instead of PLIST

PR:		205738
Submitted by:	Eugene R <genie@geniechka.ru>
Approved by:	portmgr (blanket)
2015-12-30 20:53:26 +00:00
Pawel Pekala
8c5a23341d Switch to USES=execinfo
PR:		205737
Submitted by:	myself
Approved by:	olivierd (maintainer)
2015-12-30 20:49:51 +00:00
John Marino
684965ad7c biology/crux is not jobs safe
This cython-based port has failed on me a couple of times in a bulk build.
I'm not sure what the actual problem is but the issue is itermittent.
2015-12-30 19:49:17 +00:00
Raphael Kubo da Costa
d293a4b8f6 Finish fixing broken ports after r404856 and r404694.
* multimedia/obs-studio:
  Import some upstream commits that pass all required include directories to
  the compiler and reference libsysinfo.so with a full path instead of passing
  -lsysinfo and relying on ${LOCALBASE}/lib being in the linker search path.

* textproc/sigil:
  Pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that
  upstream's build system references libhunspell-1.3.so and libpcre16.so
  without full paths (instead of finding them with the proper CMake commands it
  relies on pkg-config's output).

* x11/antimicro:
  Also pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that
  several X11 and SDL2 libraries are referenced without full paths. I sent a
  pull request upstream to fix the X11 references, but SDL2 is still detected
  through pkg-config.

MFH:	2015Q4
2015-12-30 17:45:32 +00:00
Sunpoet Po-Chuan Hsieh
abeb9c3d8e - Add rubygem-sidekiq-cron 0.4.2
Sidekiq-Cron is a scheduling add-on for Sidekiq.

It runs a thread alongside Sidekiq workers to schedule jobs at specified times
(using cron notation * * * * * parsed by Rufus-Scheduler).

It also checks for new jobs to schedule every 10 seconds and doesn't schedule
the same job multiple times when more than one Sidekiq worker is running.

Scheduling jobs are added only when at least one Sidekiq process is running.

WWW: https://github.com/ondrejbartas/sidekiq-cron
2015-12-30 17:39:23 +00:00
Sunpoet Po-Chuan Hsieh
a69c46e8bf - Add rubygem-activerecord-session_store 0.1.2
A session store backed by an Active Record class. A default class is provided,
but any object duck-typing to an Active Record Session class with text
session_id and data attributes is sufficient.

WWW: https://github.com/rails/activerecord-session_store
2015-12-30 17:37:14 +00:00
Sunpoet Po-Chuan Hsieh
db96a99362 - Add LICENSE_FILE 2015-12-30 17:37:05 +00:00
Michael Reifenberger
5756e400a1 Use LIB_DEPENDS for the quazip dependency.
PR:		205161
Submitted by:	Arrigo Marchiori
2015-12-30 16:30:10 +00:00
Dmitry Marakasov
fcddd83a1a - Switch to options helpers 2015-12-30 16:20:18 +00:00
Dmitry Marakasov
264a228845 - Switch to options helpers 2015-12-30 16:20:16 +00:00
Dmitry Marakasov
222b19bb54 - Clarify LICENSE
- Add NO_ARCH
- Switch to options helpers
2015-12-30 16:20:12 +00:00
Dmitry Marakasov
4ed583178b - Switch to options helpers
- Simplify build
2015-12-30 16:20:11 +00:00
Pawel Pekala
52db9891ea Switch to USES=execinfo
PR:		205410
Submitted by:	myself
Approved by:	maintainer
2015-12-30 15:47:56 +00:00
Olli Hauer
9064ba15cc - replace whitespaces with tab 2015-12-30 15:42:37 +00:00
Olli Hauer
1582eb0252 - remove devel/subversion
(EXPIRATION_DATE=2015-12-29)
2015-12-30 15:24:01 +00:00
Olli Hauer
b01c452105 - prepare for devel/subversion17 removal 2015-12-30 15:22:15 +00:00
Vsevolod Stakhov
d2316af581 - Update to 1.1.0.a1.30122015
- Enable debug flags by default [1]

Submitted by:	az via telegram [1]
2015-12-30 15:17:17 +00:00
Matthias Andree
9befeb075e Cleanup and update.
PR:		205574
Submitted by:	Dmitry Marakasov (amdmi3@)
2015-12-30 15:16:27 +00:00
Matthias Andree
4d4e2f35e8 Fix a leftover in rcfile, make more robust.
Make things more robust such that options in mailman_flags don't kill
the start.
2015-12-30 15:00:35 +00:00
Sunpoet Po-Chuan Hsieh
a87f73baf8 - Update to 0.0011
- While I'm here, sort PLIST

Changes:	http://search.cpan.org/dist/Dancer2-Plugin-DBIC/CHANGES
PR:		205730
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
2015-12-30 14:35:02 +00:00
Matthias Andree
3c21594264 Fix stop method in rc.d script to wait for process to exit.
To that end, simplify and use rc.subr default methods where possible.
2015-12-30 14:21:33 +00:00
Alex Kozlov
1a638f333a - Rename nonstandard src directory to files
- Modernize ports
2015-12-30 14:07:42 +00:00
Raphael Kubo da Costa
888ec9005f qmake5: Set QMAKE_{INC,LIB}DIR_OPENGL.
Follow-up to r404694. When we stopped setting CPATH and LIBRARY_PATH, some
Qt5-based ports (astro/stellarium, audio/musescore, audio/cantata,
irc/quassel, deskutils/owncloudclient) broke because the QtGui headers end
up bringing in GL/gl.h, but -I/usr/local/include was no longer being passed
to the compiler.

This is generally caused by QMAKE_{INC,LIB}DIR_OPENGL being empty, which
leads to some parts of Qt5ConfigExtras.cmake.in being left out when being
processed into Qt5ConfigExtras.cmake. Specifically, the bits of code that
make the directories containing GL/gl.h and libGL.so a dependency of the
Qt5::Gui CMake target were not present.

Fix it by setting those two variables again like we also do in devel/qmake4.

Most ports broken by r404694 are fixed by this change, but not all:
* audio/cantata: Accidentally fixed by this change. Upstream includes the
  TagLib headers wrongly. `taglib-config --cflags' returns
  -I${LOCALBASE}/include/taglib, but the code references headers as
  <taglib/foo.h> instead of <foo.h>.
* multimedia/obs-studio, textproc/sigil, x11/antimicro: Those remain broken,
  linker calls pass -lfoo instead of /path/to/libfoo.so, and they were only
  working because we were passing LIBRARY_PATH to the linker before. They
  need to be fixed separately.

Thanks to antoine@ for the fallout heads-up.

PR:	194088
PR:	195105
PR:	198720
MFH:	2015Q4
2015-12-30 14:03:42 +00:00
Sunpoet Po-Chuan Hsieh
fedf329b96 - Update to 3.2.2
- While I'm here:
  - Add NO_ARCH
  - Fix PLIST

Changes:	http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/CHANGES
PR:		205731
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
2015-12-30 12:52:24 +00:00
Mathieu Arnold
010978379d Fix after last commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-12-30 12:42:30 +00:00
Sunpoet Po-Chuan Hsieh
81e6ac5e48 - Add rubygem-state_machines-activerecord 0.3.0
The StateMachines Active Record 4.1+ integration adds support for database
transactions, automatically saving the record, named scopes, validation errors.

WWW: https://github.com/state-machines/state_machines-activerecord
2015-12-30 12:18:16 +00:00
Sunpoet Po-Chuan Hsieh
0128ee40a8 - Add rubygem-state_machines-activemodel 0.3.0
The StateMachines ActiveModel integration is useful for both standalone usage
and for providing the base implementation for ORMs which implement the
ActiveModel API. This integration adds support for validation errors and dirty
attribute tracking.

WWW: https://github.com/state-machines/state_machines-activemodel
2015-12-30 12:17:49 +00:00
Sunpoet Po-Chuan Hsieh
63163ec34c - Add rubygem-state_machines 0.4.0
State Machines adds support for creating state machines for attributes on any
Ruby class.

WWW: https://github.com/state-machines/state_machines
2015-12-30 12:17:31 +00:00
Sunpoet Po-Chuan Hsieh
b94a964d75 - Add rubygem-omniauth-cas3 1.1.3
This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS
strategy that was bundled with OmniAuth 0.3. This strategy haas also been
updated for CAS protocol version 3.0 and patched to deal with namespace issues.

WWW: https://github.com/tduehr/omniauth-cas3
2015-12-30 12:17:14 +00:00
Sunpoet Po-Chuan Hsieh
3edddd9797 - Add LICENSE_FILE 2015-12-30 12:14:30 +00:00
Sunpoet Po-Chuan Hsieh
3da6359fa4 - Add NO_ARCH
- Add DOCS to OPTIONS_DEFINE
- Convert to new options target helper

Approved by:	portmgr (blanket)
2015-12-30 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
4d148c5514 - Add DOCS to OPTIONS_DEFINE
- Convert to new options target helper

Approved by:	portmgr (blanket)
2015-12-30 12:14:07 +00:00
Sunpoet Po-Chuan Hsieh
0816ef58b8 - Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2015-12-30 12:14:03 +00:00
Sunpoet Po-Chuan Hsieh
eb0899b2d1 - Strip shared library
- Bump PORTREVISION for package change

PR:		205715
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
2015-12-30 12:13:55 +00:00
Sunpoet Po-Chuan Hsieh
222ee7ce98 - Update to 1.57
- Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Relax USES=python
- Add PyPI as primary WWW
- Update WWW

Changes:	https://github.com/linsomniac/python-memcached/blob/master/ChangeLog
2015-12-30 12:13:50 +00:00
Sunpoet Po-Chuan Hsieh
94c3effee4 - Move devel/py-hashring to devel/py-hash_ring 2015-12-30 12:13:30 +00:00
Sunpoet Po-Chuan Hsieh
1f56248957 - Move devel/py-hashring to devel/py-hash_ring
- Add NO_ARCH
- Sort USE_PYTHON
2015-12-30 12:13:25 +00:00
Raphael Kubo da Costa
cb2c733b13 Fix MASTER_SITES and unmark BROKEN. 2015-12-30 12:13:02 +00:00
Raphael Kubo da Costa
fc5ee0c9c6 Unmark BROKEN, the source can be fetched correctly. 2015-12-30 11:58:30 +00:00
Raphael Kubo da Costa
698d30acf4 Unmark BROKEN, the port can be fetched fine. 2015-12-30 11:51:39 +00:00
Raphael Kubo da Costa
c85ec6910c Unmark BROKEN, the port can be fetched fine. 2015-12-30 11:50:49 +00:00
Raphael Kubo da Costa
53ea84f19c Unmark BROKEN.
Fetching worked fine, with no certificate errors.
2015-12-30 11:47:14 +00:00
Raphael Kubo da Costa
b7537ee901 Switch to a working MASTER_SITE and unmark BROKEN. 2015-12-30 11:44:21 +00:00
Raphael Kubo da Costa
844fb6f52d Fix MASTER_SITES typo and unmark BROKEN.
The typo was introduced in 333298 from 2013, which means the port has never
been fetched correctly...
2015-12-30 11:42:40 +00:00
Raphael Kubo da Costa
bd277e5183 Switch to a working MASTER_SITE and reroll distinfo.
The difference in contents is all in the .hg directory.
2015-12-30 11:38:38 +00:00
Raphael Kubo da Costa
725e637862 Unmark BROKEN.
The port can be fetched just fine. While here, add the official mirror as the
preferred MASTER_SITE.
2015-12-30 11:19:08 +00:00
Raphael Kubo da Costa
d07b2010f1 Fix MASTER_SITES and unmark BROKEN. 2015-12-30 11:16:57 +00:00
Raphael Kubo da Costa
8fc7298be2 Remove tabs from WWW. 2015-12-30 11:16:47 +00:00
Raphael Kubo da Costa
7255199631 Regenerate distinfo and unmark BROKEN.
Apparently the distfile got rerolled. diff -uprN between the tarball from
distcache.FreeBSD.org and the new one:

diff -uprN distcache-generate-2.8/setup.py generate-2.8/setup.py
--- distcache-generate-2.8/setup.py     2013-10-06 14:33:24.000000000 +0200
+++ generate-2.8/setup.py       2015-12-22 16:40:29.000000000 +0100
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-# $Id: setup.py 1350 2011-09-16 16:46:58Z darcy $
+#! /usr/bin/python
+# $Id: setup.py 2099 2015-07-19 00:56:08Z darcy $

 from distutils.core import setup, Extension
2015-12-30 11:09:03 +00:00