1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

339643 Commits

Author SHA1 Message Date
Raphael Kubo da Costa
414dd66105 Explicitly depend on all Qt libraries linked by the build system targets.
Stop pulling Qt dependencies implicitly via other ports, as this can be
unreliable at times. Instead, bring in all Qt ports that the port links
against.

PR:		191113
2014-06-21 18:57:03 +00:00
Stephen Montgomery-Smith
0d39304e87 - Put the NO_CDROM option in the correct place.
Pointed out by:	mat@
Pointy hat:	stephen@
2014-06-21 18:56:50 +00:00
Stephen Montgomery-Smith
ad375aee55 - Add cad/gmsh and cad/gmsh-occ ports. 2014-06-21 18:37:08 +00:00
Stephen Montgomery-Smith
ae54340702 - Slightly reword the NO_CDROM option. 2014-06-21 18:35:52 +00:00
Stephen Montgomery-Smith
34e6154c89 - Add NO_CDROM if tetgen or metis options are set. 2014-06-21 18:32:37 +00:00
William Grzybowski
ffef52a00a www/zend-framework1: update to 1.12.7 2014-06-21 18:26:55 +00:00
William Grzybowski
a1ad4027cb www/zend-framework: update to 2.3.1 2014-06-21 18:18:30 +00:00
Raphael Kubo da Costa
a8a093f0a5 Replace an invocation of "/usr/bin/env python" with ${PYTHON_CMD}.
lang/python is not brought in by USE_PYTHON since r336850, which broke the
TESTS option (it's off by default).

PR:		187959
2014-06-21 18:18:17 +00:00
William Grzybowski
62fff881ae devel/py-billiard: update to 3.3.0.18
Changes: https://raw.githubusercontent.com/celery/billiard/3.3/CHANGES.txt
2014-06-21 18:08:24 +00:00
Cy Schubert
931394c4a5 Poudriere performs builds in a jail with no pty. This causes the tripwire
install script a bit of gas. Circumvent the issue by removing the pty test.
2014-06-21 18:08:20 +00:00
William Grzybowski
9aaee1c08c devel/py-biplist: update to 0.7 2014-06-21 18:06:58 +00:00
Raphael Kubo da Costa
05765ba659 Support staging. 2014-06-21 17:57:12 +00:00
Raphael Kubo da Costa
b1741f26c2 Explicitly depend on pkg-config.
The dependency was previously pulled indirectly via another dependency, and
that stopped happening at some point. The build was now failing because
libqalculate was not being properly found anymore.
2014-06-21 17:48:17 +00:00
Mathieu Arnold
8a6a8f9d0b Add a small notice about maintainership of this file.
With hat:	portmgr
Sponsored by:	Absolight
2014-06-21 17:08:34 +00:00
Mathieu Arnold
35b2e4f28e Update to 6c95ff4
Sponsored by:	Absolight
2014-06-21 17:03:33 +00:00
David Naylor
e22b18e5b5 Update i386-wine-devel to 1.7.20. 2014-06-21 16:54:28 +00:00
William Grzybowski
48e22f8027 www/zen-cart: support stage
PR:		189916
Submitted by:	joe thrallingpenguin com
2014-06-21 16:54:25 +00:00
Josh Paetzel
91da11414c Followup commit to removal of sysutils/sysupdate 2014-06-21 16:38:43 +00:00
Antoine Brodin
011795377d Use short name from spdx.org for OpenSSL license
Reviewed by:	eadler
Phabric:	D263
With hat:	portmgr
2014-06-21 16:10:13 +00:00
Jimmy Olgeni
d47aea8d00 Upgrade to version 2.4.0 and use the official GitHub account.
PR:		191244
Submitted by:	olgeni
Approved by:	maintainer
2014-06-21 16:01:58 +00:00
Raphael Kubo da Costa
b5baff9762 Support staging.
PR:		191197
Submitted by:	cmt@burggraben.net (maintainer)
2014-06-21 15:58:22 +00:00
Antoine Brodin
bc5634fc2c Unbreak 2014-06-21 15:53:01 +00:00
William Grzybowski
0c80db04b3 net/miniupnpd: update to 1.8.20140523
- Expose more config options

PR:		189061
Submitted by:	razzfazz gmail com
Approved by:	maintainer
2014-06-21 15:52:16 +00:00
Jimmy Olgeni
cea2c9fc27 Upgrade to version 0.97.
PR:		190886
Submitted by:	olgeni
Approved by:	maintainer
2014-06-21 15:48:37 +00:00
Antoine Brodin
fda1d2e5f1 Unbreak
Reported by:	pkg-fallout
2014-06-21 15:28:09 +00:00
Antoine Brodin
43e4ca0961 Unbreak
Reported by:	pkg-fallout
2014-06-21 15:16:12 +00:00
Oliver Lehmann
152aa3ab06 update audacious to 3.5
audclient got removed upstream so this breaks some ports
2014-06-21 15:09:24 +00:00
Adam Weinberger
ba5bf86ca0 Extend eadler's work by making some more OPTIONS a bit more
descriptive.
2014-06-21 14:54:06 +00:00
Mark Felder
07fe8a245e plist was missing causing mostly empty packages to be built
Submitted by:	fireglow
2014-06-21 14:29:55 +00:00
Adam Weinberger
55d9fcaac4 Improve the clarity of a few descriptions that became less accurate by
overspecificity.
2014-06-21 14:23:15 +00:00
Barbara Guida
72ddf4af74 Update firebug to 2.0.1 2014-06-21 14:07:08 +00:00
Raphael Kubo da Costa
a585547e3f Build with Python 3 as well.
Instead of forcefully removing the pyuic/uic/port_v3/ directory, which in
effect prevents the port from building with Python 3, check for the major
Python version being used and selectively remove either port_v2/ or
port_v3/.

Additionally, set PYTHON_PY3K_PLIST_HACK, since PyQt does not use either
distutils or setuptools, and Python >= 3.2 store .pyc/.pyo files in a
different directory.

PR:		180467
Submitted by:	nwhitehorn@ (original version)
MFH:		2014Q2
2014-06-21 14:06:17 +00:00
Olli Hauer
ab9586bfe3 - fix build with lua51 / lua52
- strip trailing white space
- no PORTREVISION bump (LUA is not a default OPTION)

Lua build issue reported on apache@ and lua@
 by Peter Olsson and Jason Hellenthal
2014-06-21 13:54:14 +00:00
Baptiste Daroussin
e6475192d9 Remove remnant USE_LUA 2014-06-21 13:35:16 +00:00
Olli Hauer
ad199a9229 - strip optional WITH parameter from argument if OPTION is set to off
FOO_WITH=	foo=bar

  CONFIGURE_ARGS will become now
  ON:	--with-foo=bar
  OFF:	--without-foo

PR:		191085
Submitted by:	ohauer
Approved by:	portmgr (antoine)
2014-06-21 13:29:30 +00:00
Wen Heping
e76c3fedf8 - Update to 2.5.7 2014-06-21 13:20:29 +00:00
John Marino
0a4f6e2a96 Deprecate interactive port security/hunch for removal in 2 months
This unstaged port would need to be converted to a regular, staged port
in order to undeprecate it.

PR:		191211
Submitted by:	marino
Disposition:	maintainer (Dan Pelleq)
Approved by:	portmgr (implicit)
2014-06-21 13:18:05 +00:00
Wen Heping
bb69ec2504 - Update to 6.5.16 2014-06-21 13:17:54 +00:00
Wen Heping
710f591cb2 - Update to 0.3 2014-06-21 13:16:28 +00:00
Wen Heping
82ab786270 - Update to 0.141000
Changes: http://search.cpan.org/src/XSAWYERX/Dancer2-0.141000/Changes
2014-06-21 13:15:05 +00:00
Wen Heping
132d13d980 - Update to 1.21.10 2014-06-21 13:13:44 +00:00
Antoine Brodin
0aa6ef9e61 Fix CATEGORIES 2014-06-21 13:07:53 +00:00
Antoine Brodin
c7f6e44a89 Unbreak 2014-06-21 13:04:45 +00:00
Wen Heping
59c3c814af - Update to 1.6.0.8 2014-06-21 11:35:33 +00:00
Raphael Kubo da Costa
0d94ab3daa - Support staging.
- Set LICENSE.

PR:		191104
Submitted by:	Keith Gaughan <k@stereochro.me>
Approved by:	portmgr blanket approval
2014-06-21 11:10:01 +00:00
MIHIRA Sanpei Yoshiro
1b62b9b733 fix previous commit. 2014-06-21 11:03:01 +00:00
Olli Hauer
170e3498fe - change Maintainer from apache@ to lev@ (subversion maintainer)
subversion(18) is the main consumer of serf, so it is better
  this ports are maintained together.

Approved by:	lev
2014-06-21 09:57:34 +00:00
Wen Heping
9bbc998b01 - Update to 1.9.10 2014-06-21 09:42:32 +00:00
Wen Heping
23c35099c8 - Update to 3.5.0 2014-06-21 09:42:10 +00:00
Rene Ladan
3c15cb9b36 Remove expired ports:
2014-06-20 mail/sastatd: Superseded by sysutils/p5-Tail-Stat
2014-06-20 www/mod_ruby: Only for threadless ruby
2014-06-20 textproc/eruby: Only for threadless ruby, use ruby-gem erubis instead
2014-06-20 mail/p5-FuzzyOcr: Unmaintained upstream, no ports depending on it. Use mail/p5-FuzzyOcr-devel instead
2014-06-21 devel/bugzilla40
2014-06-21 devel/bugzilla42
2014-06-21 09:31:43 +00:00