Commit graph

351651 commits

Author SHA1 Message Date
Rodrigo Osorio
4e0fde3c13 Changes the pidfile used by daemon when start traffic server,
the previous one conflicts with traffic_cop pidfile.

PR:		ports/193553
Submitted by:	realhuang21@gmail.com
Approved by:	mentors (implicit)
2014-10-18 17:15:49 +00:00
Cy Schubert
632d308662 Fix LATEST_LINK. 2014-10-18 17:05:55 +00:00
Raphael Kubo da Costa
884fc34d89 Update to 1.0.3. 2014-10-18 16:39:35 +00:00
Rodrigo Osorio
d128dc1709 Update sysutils/zogftw to 2014-09-20-28bc862
PR:		ports/193806
Submitted by:	fk@fabiankeil.de (maintainer)
Approved by:	mentors (implicit)
2014-10-18 16:19:06 +00:00
Dmitry Sivachenko
4b2617dec3 Update to version 1.5.6. 2014-10-18 16:12:18 +00:00
Danilo Egea Gondolfo
15a3417b64 - Update from 5.1.3 to 5.2.0
- Docs is no longer available in the zip file

Changelog: http://pmd.sourceforge.net/pmd-5.2.0/overview/changelog.html
2014-10-18 15:53:57 +00:00
Johannes Jost Meixner
fe103bfd33 finance/frontaccounting: upgrade to 2.3.22
- Upgrade to 2.3.22
- Depend on Apache 2.2 or later.
- Add dependency on mod_php5 or CGI when used with Apache
- Add NLS option
- (re-)assign maintainer to ek@purplehat.org

PR:		194255
Differential Revision:	https://reviews.freebsd.org/D964
Submitted by:	ek@purplehat.org
Approved by:	swills (mentor)
2014-10-18 15:27:22 +00:00
Vanilla I. Shu
0b6812e1fd use '?=' on PORTREVISION, slave ports need it.
Submitted by:	sunpoet@
2014-10-18 15:23:27 +00:00
Antoine Brodin
3b8f271c66 Ignore on the package builders when the default version of python is different
from the requested one

Reported by:	pkg-fallout
2014-10-18 14:46:42 +00:00
Antoine Brodin
ece245b57f Ignore on the package builders when the default version of python is different
from the requested one

Reported by:	pkg-fallout
2014-10-18 14:44:52 +00:00
Thierry Thomas
c6615e8df9 Fix build on FreeBSD-8.4. 2014-10-18 14:38:06 +00:00
Dmitry Marakasov
9effcb9cdf - Drop @dirrm* from plist 2014-10-18 14:32:51 +00:00
Koop Mast
d17cf162c8 Add a patch which is being discussed with upstream. OpenCL doesn't allow
system headers to be used. This patch allows libclc to build on HEAD.

Submitted by:	dumbbell@
2014-10-18 14:29:23 +00:00
Steve Wills
4a887e1f81 net/syncthing: remove STNORESTART from rc script
PR:		194442
Reported by:	Andy Balholm <andy@balholm.com>
2014-10-18 14:08:52 +00:00
Ruslan Makhmatkhanov
0bf309112d Convert to USES=python
Approved by:	portmgr (blanket)
2014-10-18 13:18:19 +00:00
Koop Mast
ed2b9a6306 Disable checking for hw.dri.%d.modesetting.
This sysctl is only available if a KMS module is loaded. But the libdrm
check happens before X has a chance of loading a KMS module.

This went unnoticed because I preload my KMS modules at boot.

Submitted by:	tijl@
2014-10-18 13:17:26 +00:00
Ruslan Makhmatkhanov
779ac153ed www/py-Lightbox: convert to USES=python
- convert to USES=python
- limit python version to 2 (because of www/py-paste isn't 3.x aware)
- remove deprecated author attribution from pkg-plist

Approved by:	portmgr (blanket)
2014-10-18 13:14:09 +00:00
Ruslan Makhmatkhanov
35626a6a7f www/py-GinGin: convert to USES=python
- convert to USES=python
- limit python version to 2 (because of www/py-fcgi isn't 3.x aware)
2014-10-18 13:10:07 +00:00
Koop Mast
06cf046998 Update to 2.9.2.
This release fixes CVE-2014-3660 (DoS).

MFH:		2014Q4
Security:	0642b064-56c4-11e4-8b87-bcaec565249c
2014-10-18 12:55:55 +00:00
Koop Mast
a502e38ceb Document libxml2 denial of service 2014-10-18 12:52:26 +00:00
Dirk Meyer
48a0dae4fb - fix LDOPS which is parsed twice by m4 now 2014-10-18 12:38:22 +00:00
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed.  No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.

PR:		193961
Approved by:	portmgr (antoine)
2014-10-18 12:20:42 +00:00
Ruslan Makhmatkhanov
b133042d6c www/py-clientform: convert to USES=python
- convert to USES=python
- limit to python2:
  """
  Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 13
    False, True = 0, 1
       ^
  SyntaxError: can't assign to keyword
  """

Approved by:	portmgr (blanket)
2014-10-18 11:47:24 +00:00
Ruslan Makhmatkhanov
f0c2f755d5 www/py-cherrypy-old: convert to USES=python
- convert to USES=python
- limit to python2 only:
  """
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 65
      print s % (name, version, required_python_version)
          ^
  SyntaxError: invalid syntax
  """

Approved by:	portmgr (blanket)
2014-10-18 11:42:24 +00:00
Ruslan Makhmatkhanov
66ed4f044b www/py-bottle: convert to USES=python
Approved by:	portmgr (blanket)
2014-10-18 11:39:15 +00:00
Ruslan Makhmatkhanov
3771689024 www/py-blogofile: convert to USES=python
- convert to USES=python
- limit python version to 2.x: depends on beautifulsoup32
  that doesn't work with python3 + useing constructions, not
  compatible with 3.x

Approved by:	portmgr (blanket)
2014-10-18 11:36:10 +00:00
Ruslan Makhmatkhanov
e5d21a11c8 www-beautitifulsoup: convert to USES=python
- convert to USES=python
- remove pkg-plist and limit py-beautifulsoup32 to python2:
  """
  Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 22
    print "Unit tests have failed!"
                                  ^
  SyntaxError: invalid syntax
  """

Approved by:	portmgr (blanket)
2014-10-18 10:52:53 +00:00
Antoine Brodin
3361ebd03e Unbreak seamonkey-i18n
With hat:	portmgr
2014-10-18 10:23:53 +00:00
Ruslan Makhmatkhanov
eb93c4ceaf www/py-apachelog: convert to USES=python
- convert to USES=python
- limit to python2:
  """
  File "/usr/local/lib/python3.4/site-packages/apachelog.py", line 170
    except Exception, e:
                    ^
  SyntaxError: invalid syntax
  """

Approved by:	portmgr (blanket)
2014-10-18 10:18:44 +00:00
Antoine Brodin
cf943b289e Unbreak 2014-10-18 10:06:58 +00:00
Kurt Jaeger
e173857511 databases/cego: 2.20.14 -> 2.20.15
- Added restricted access for JDBC information requests
  The jdbc role now is required to perform any JDBC information requests.
- A problem occured with inner and outer joins if the same table
  occurs two times or more in the query
  For the CegoAttrComp class, the tablealias name is stored now to
  evaluate if the compare is appropriate for the corresponding table
- Small optimization in CegoDisManager::updateLocalDataTable
  Instead of requesting a new lock for the commitment phase, the lock we
  already have is also used for the commit in case of forecedTransactions
  ( update case ).
- This ensures, that the forced transaction can be done without
  risking to not obtain the lock for the corresponding table again.

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2014-10-18 10:05:41 +00:00
Antoine Brodin
16a236acb5 - Update to 1.8.1 [1]
- Reset Maintainer [2]
- Fix build with new mesa

PR:		ports/185001 [1]
Submitted by:	Hardy Schumacher [1]
Approved by:	maintainer timeout (10 months) [2]
2014-10-18 09:49:37 +00:00
Sunpoet Po-Chuan Hsieh
f43362fc61 - Reformat pkg-descr
- Cleanup PLIST
- Take maintainership
2014-10-18 09:48:13 +00:00
Ruslan Makhmatkhanov
2f7b7c75e0 www/py-amf: convert to USES=python
Approved by:	portmgr (blanket)
2014-10-18 09:38:35 +00:00
Sunpoet Po-Chuan Hsieh
ee60a499fb - Sort SUBDIRs 2014-10-18 09:28:51 +00:00
Koop Mast
17ee344a16 Enable the new Mesa if the DragonFly version is new enough.
Submitted by:	Francois Tigeot
2014-10-18 09:13:49 +00:00
Bartek Rutkowski
68c965d903 devel/librevisa-vxi: NEW PORT
VISA is a multivendor standard for interfacing test and measurement equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in a free
software library. Currently support for targets connected via USB, exposing
the USBTMC interface, and VXI-11 devices.

PR:		193199
Submitted by:	Uffe Jakobsen <uffe@uffe.org>
Approved by:	mentors (implicit)
2014-10-18 08:53:17 +00:00
Thomas Zander
9b26979594 - Update to upstream version 20140826
PR:		193020
Submitted by:	rsimmons0@gmail.com
Approved by:	maintainer timeout
2014-10-18 08:51:46 +00:00
Thomas Zander
9730c25779 - Fix install in case share/apache dir is not created prior to installtion
PR:		192943
Submitted by:	turutani@scphys.kyoto-u.ac.jp
Approved by:	maintainer timeout
2014-10-18 08:45:54 +00:00
Ruslan Makhmatkhanov
0c4ab614b9 audio/exaile: update to 3.4.0.2
- update to 3.4.0.2
- switch to github
- add LICENSE_FILE
- modernize port
- stop building and installing an manpage, because of:
  1. It can't be built on package cluster, because exaile refuses to start under
     root user.
  2. It needs pygtk2 and friends on build phase just to create the manpage! I'd
     rethink the process, or at least included the prebuilt version of manpage to
     the source tarball.

PR:		194144
Approved by:	maintainer timeout (14 days)
2014-10-18 08:20:22 +00:00
Marcus von Appen
25704b2ec4 - Convert to USES=python
Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 08:11:50 +00:00
Marcus von Appen
ba08f95fa0 - Convert ports from accessibility/, archivers/ and astro/ to new
USES=python

Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 07:49:17 +00:00
Mikolaj Golub
cac42264af Update to 2.3.1. 2014-10-18 07:23:36 +00:00
John Marino
0a08627ab7 japanese/ebnetd: Remove @dirrm, use @sample, use @dir()
The stage-qa checks said 5 files needed perl shebang fixed, but
USE=shebangfix won't fix it.  The value of PERL was defined for the
configure target to fix it.  However, a run depends on perl was not
added as the affected files are probably optional scripts.

PR:		194367
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-10-18 07:13:32 +00:00
John Marino
e44cd05a58 mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CP
PR:		194370
submitted by:	maintainer (Yasuhiro KIMURA)
2014-10-18 06:47:25 +00:00
Alexander Leidinger
afe4280587 Improve the status command of the rc script:
- return error code if not running [1]
 - narrow down which java process to accept as "running"

PR:		193728 [1]
Noticed by:	jason.unovitch@gmail.com [1]
2014-10-18 06:28:39 +00:00
Steve Wills
d7ce2c000e net-p2p/dogecoin: update to 1.8.0 2014-10-18 03:37:35 +00:00
Vanilla I. Shu
e06196ad2e Bump version, I fix building erro on prev commit. 2014-10-18 01:19:41 +00:00
Steve Wills
d0d0b625de net/syncthing: update to 0.10.1 2014-10-18 01:08:37 +00:00
Baptiste Daroussin
2b88da1ab0 Fix harder
PR:		194205
2014-10-17 23:35:23 +00:00