1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

345131 Commits

Author SHA1 Message Date
Antoine Brodin
a3f1ec2398 Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
2014-08-09 19:39:09 +00:00
Antoine Brodin
df3a36c26b Finish stage support 2014-08-09 18:59:41 +00:00
Antoine Brodin
462c6e44c2 Package something 2014-08-09 18:55:02 +00:00
Antoine Brodin
088718a495 Fix a stage violation 2014-08-09 18:51:54 +00:00
Olli Hauer
47272329f8 - add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist
2014-08-09 18:42:34 +00:00
Adam Weinberger
f839c0dd80 Honour CPPFLAGS and LDFLAGS to fix readline support on current. 2014-08-09 18:40:33 +00:00
Adam Weinberger
102f427941 Honour CPPFLAGS and LDFLAGS to fix readline support on current. 2014-08-09 18:37:19 +00:00
Sergey A. Osokin
082d1d2b8c Update from 1.6.0 to 1.6.1.
<ChangeLog>

*) Security: pipelined commands were not discarded after STARTTLS
   command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
   Thanks to Chris Boulton.

*) Bugfix: the $uri variable might contain garbage when returning errors
   with code 400.
   Thanks to Sergey Bobrov.

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

</ChangeLog>
2014-08-09 18:36:56 +00:00
Adam Weinberger
7cc8e7a2b1 Honour CPPFLAGS and LDFLAGS to fix readline support on current. 2014-08-09 18:32:11 +00:00
Sergey A. Osokin
ef5a7b2d4d Update from 1.7.3 to 1.7.4.
<ChangeLog>

*) Security: pipelined commands were not discarded after STARTTLS
   command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
   Thanks to Chris Boulton.

*) Change: URI escaping now uses uppercase hexadecimal digits.
   Thanks to Piotr Sikora.

*) Feature: now nginx can be build with BoringSSL and LibreSSL.
   Thanks to Piotr Sikora.

*) Bugfix: requests might hang if resolver was used and a DNS server
   returned a malformed response; the bug had appeared in 1.5.8.

*) Bugfix: in the ngx_http_spdy_module.
   Thanks to Piotr Sikora.

*) Bugfix: the $uri variable might contain garbage when returning errors
   with code 400.
   Thanks to Sergey Bobrov.

*) Bugfix: in error handling in the "proxy_store" directive and the
   ngx_http_dav_module.
   Thanks to Feng Gu.

*) Bugfix: a segmentation fault might occur if logging of errors to
   syslog was used; the bug had appeared in 1.7.1.

*) Bugfix: the $geoip_latitude, $geoip_longitude, $geoip_dma_code, and
   $geoip_area_code variables might not work.
   Thanks to Yichun Zhang.

*) Bugfix: in memory allocation error handling.
   Thanks to Tatsuhiko Kubo and Piotr Sikora.

</ChangeLog>
2014-08-09 18:29:44 +00:00
Raphael Kubo da Costa
5f5532cad5 Update to 1.9.0. 2014-08-09 18:28:53 +00:00
Sergey A. Osokin
03b0bc919d Document nginx vulnerability. 2014-08-09 18:26:53 +00:00
Olli Hauer
ef8909b7d9 - add some additional SUB_LIST hints
MFH:		2014Q3
2014-08-09 18:21:59 +00:00
Antoine Brodin
bca2a1abb7 Remove CDIO from OPTIONS_DEFAULT and mark it BROKEN 2014-08-09 16:55:00 +00:00
Marcus von Appen
1fc1f50533 Missed two ports, which belong to the USE_PYTHON -> USES=python conversion of
commit 364450

Phabric:		D399
2014-08-09 16:09:28 +00:00
Tijl Coosemans
f964d7f174 - Replace libtool BUILD_DEPENDS with USE_AUTOTOOLS=libtoolize
- Replace STRIP_CMD with INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add --copy --force to AUTOMAKE_ARGS so all existing scripts are updated
2014-08-09 16:01:09 +00:00
Kris Moore
72a345f2b6 - Update to 1.0.0
Approved by: Maintainer
2014-08-09 15:54:11 +00:00
Marcus von Appen
900db324a3 Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
  PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
  PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
  PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX

Some knobs have been deprecated and are to be removed in the near future:

  PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
  PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
  PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement

Some knobs have been removed completely:

  PYTHON_MASTER_SITE_SUBDIR
  PYTHON_DISTNAME
  PYTHON_WRKSRC

Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.

  PYTHON_VERSION is not passed to .MAKEFLAGS anymore
  PYTHON_DEFAULT_VERSION,
  PYTHON_DEFAULT_PORTVERSION and
  PYTHONBASE are not passed to the make environment anymore

The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.

Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".

Phabric:	D399
exp-run:	167368 192357
PR:		167368 192357
Reviewed by:	antoine, wg
Exp-run award:	antoine
With hat:	python@
Approved by:	portmgr
2014-08-09 15:44:27 +00:00
Sunpoet Po-Chuan Hsieh
ead56eb20c - Update to 2.31
Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2014-08-09 15:21:49 +00:00
Sunpoet Po-Chuan Hsieh
baf4706e1b - Update to 0.25
Changes:	http://search.cpan.org/dist/Moos/Changes
2014-08-09 15:21:43 +00:00
John Marino
46b7762a82 audio/alsa-(lib|plugins|utils): Upgrade version 1.0.27.2 => 1.0.28
Also switch maintainership to submitter with blessing of former
maintainer.  Other changes include:

  * fix for bug 191190
  * Use new options syntax
  * Proper detection of PYTHON and FFMPEG
  * fix leftovers
  * strip libraries to satisfy stage-qa
  * conf: alias surround stuff to pcm.default
  * lib: split patches and refactor
  * utils: rename XMLTO to MANPAGES

PR:		191524
Submitted by:	Jan Beich
Approved by:	former maintainer (Aragon Gouveia)
2014-08-09 15:20:35 +00:00
Kurt Jaeger
c9c0fba355 security/pwman: 0.4.0 -> 0.4.4
PR:		191827
Submitted by:	tkato432@yahoo.com
2014-08-09 15:03:49 +00:00
John Marino
60c7153b80 databases/grass: Upgraade version 6.4.3 => 6.4.4
PR:		191813
Submitted by:	Ports Fury
2014-08-09 14:53:00 +00:00
William Grzybowski
d01bef7e84 russian/wordpress: update to 3.9.2
PR:		192499
Submitted by:	maintainer
2014-08-09 14:51:44 +00:00
John Marino
f294cf2a50 www/bacula-web: Fix pkg-message for non-default location installations
I noticed in the commit diff that the pkg-message did not account for
non-default values of BACULAWEB_HOME, but rather assumed the equivalent
of %%WWWDIR%% (and didn't even use that!).  Add a new substition so that
the pkg-message message is correct for non-default locations.

PR:		191583
2014-08-09 13:54:07 +00:00
Antoine Brodin
7dbcad5f64 Add a patch to unbreak after libcdio update
Obtained from upstream changes:
5624012821
fe9e82d6fc

Approved by:	kwm
2014-08-09 13:50:09 +00:00
Wen Heping
ff5c2e1839 - Update to 1.22.9 2014-08-09 13:42:05 +00:00
Wen Heping
bd4ca58a77 - Update to 1.23.2 2014-08-09 13:40:31 +00:00
Wen Heping
dcd1ff18bf - Update to 1.19.18 2014-08-09 13:39:27 +00:00
John Marino
2ae72f5c26 www/bacula-web: Upgrade version 1.38.9 => 6.0.1
PR:		191583
Submitted by:	olevole (olevole.ru)
Approved by:	maintainer (dvl@)
Lotsa TLC:	marino@
2014-08-09 13:38:42 +00:00
Antoine Brodin
33b76e86b8 Unbreak
Pointy hat:	arved
2014-08-09 13:09:42 +00:00
William Grzybowski
e1e8cf54c4 print/cups-filters: update to 1.0.55
PR:		192498
Submitted by:	maintainer
2014-08-09 12:58:39 +00:00
William Grzybowski
6752da9435 www/redaxo: update to 4.6.1
PR:		192510
Submitted by:	maintainer
2014-08-09 12:46:25 +00:00
William Grzybowski
d4954ff75b sysutils/froxlor: add missing dependencies
PR:		192513
Submitted by:	maintainer
2014-08-09 12:42:51 +00:00
Kurt Jaeger
0d9f8ba475 textproc/p5-XML-Reader: 0.49 -> 0.51
- Add the possibility of reading http (using Net::HTTP)
- fix a typing error in the POD documentation
2014-08-09 12:36:30 +00:00
William Grzybowski
a278d202b3 net-p2p/bitmessage: update to 0.4.3
PR:		192522
Submitted by:	maintainer
2014-08-09 12:27:18 +00:00
William Grzybowski
7b78763762 sysutils/bacula-server: fix build with mysql
PR:		192514
Submitted by:	maintainer
2014-08-09 12:25:09 +00:00
Pawel Pekala
ec7af08008 Update to version 0.7.12 2014-08-09 11:58:40 +00:00
Kurt Jaeger
f15870906b devel/p5-Data-Peek: make non-interactive 2014-08-09 11:55:28 +00:00
John Marino
39eff20776 Add new port databases/monetdb
PR:		186653
Submitted by:	Jim (Ohlste.in)
Reworked by:	marino

MonetDB is an open source column-oriented database management system
developed at the Centrum Wiskunde & Informatica (CWI) in the
Netherlands. It was designed to provide high performance on complex
queries against large databases, such as combining tables with hundreds
of columns and multi-million rows. MonetDB has been applied in
high-performance applications for data mining, online analytical
processing, geographic information systems, XML Query (XQuery), text
and multimedia retrieval.
2014-08-09 11:50:13 +00:00
Kurt Jaeger
58244fc911 astro/p5-Starlink-AST: 1.02 -> 1.04
- Now ships with AST v8.0.0+ (this includes ERFA 1.1 and PAL 0.5.0)
- AST now uses the LGPL license
- Add AST__ALLFRAMES constant
- add astMapDefined
2014-08-09 11:43:16 +00:00
Antoine Brodin
75ed325397 Unbreak, the libs were not packaged
Pointy hat:	arved
2014-08-09 11:05:20 +00:00
Koop Mast
2a5c993382 Update to 14.07. 2014-08-09 10:43:30 +00:00
David Naylor
78eec6ac57 Various improvements for emulators/i386-wine-devel.
* Add support for a forthcoming i386-wine-compholio port [1]
 * Fix binbounce for RPATH issues [1]

A port revision bump is not possible due to the complexities for the wine
ports.  The impact is minimised by timing these updates closely with the
underlying updates of wine-devel.

Requested by:	[1] Kris Moore <kris@pcbsd.org>
Reported by:	[2] Nils Beyer <nbe@renzel.net>
2014-08-09 10:17:23 +00:00
Tilman Keskinoz
80b3ab923d Chase library dependencies after libcdio <-> libcdio-paranoia split
PR:		192271
2014-08-09 10:06:54 +00:00
Tilman Keskinoz
1dffb5f50d Add libcdio-paranoia, two libraries split from the libcdio port 2014-08-09 10:05:06 +00:00
Tilman Keskinoz
71a89ec502 Update to 0.92
PR:		192271
2014-08-09 10:02:00 +00:00
Kurt Jaeger
1715b498a2 New port: net-mgmt/victorops-nagios
VictorOps is an on-call management and incident notification service.
This is the Nagios/Icinga integration package for VictorOps.

WWW: http://www.victorops.com

PR:		191383
Submitted by:	rand@iteris.com
2014-08-09 09:49:49 +00:00
Xin LI
3d08c567d6 Update to 0.9.13. 2014-08-09 09:38:54 +00:00
Antoine Brodin
7f82a06f60 Attempt to unbreak
Reported by:	pkg-fallout
2014-08-09 09:23:25 +00:00