Commit graph

379053 commits

Author SHA1 Message Date
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Mathieu Arnold
f13c234d6c Add a few patches to lang/perl5.* to make tests pass.
Sponsored by:	Absolight
2015-10-19 14:17:05 +00:00
Dag-Erling Smørgrav
cd37a6d040 NO_ARCH 2015-10-19 14:01:13 +00:00
Dag-Erling Smørgrav
4150784c06 NO_ARCH 2015-10-19 14:01:06 +00:00
Dmitry Marakasov
6d7e10fe05 - Fix build with disabled NLS
MFH:		2015Q4
2015-10-19 13:59:57 +00:00
Antoine Brodin
b49bc725a0 Finish removing yubikey-personalization 2015-10-19 13:59:03 +00:00
Kubilay Kocak
7424d81366 astro/gpstk: Fix fatal portlint(8) error
Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
error.

PR:		201196
MFH:		2015Q4
2015-10-19 13:49:16 +00:00
Antoine Brodin
d85b993a5a Remove net/ntp-rc:
- it is removed according to MOVED
- its PKGBASE collides with net/ntp

Pointy hat:	cy@
With hat:	portmgr
2015-10-19 13:49:11 +00:00
Ryan Steinmetz
e5c19fce71 - Update variable name in previous commit
- Bump PORTREVISION
2015-10-19 13:42:11 +00:00
Cy Schubert
c7c443ebb8 Add ntp-rc again. This time 4.2.8p4-RC1. 2015-10-19 13:38:38 +00:00
Lev A. Serebryakov
df1061b6fa New port: GCC toolchain for TI's MSP430 microcontrollers.
It is official open-source release, prepared for TI by RedHat.

 Old "mspgcc" ports, which were made obsolete almost year ago, are marked
 as DEPRECATED.
2015-10-19 13:34:20 +00:00
Ryan Steinmetz
622c375809 - Add additional instances variable for puppet/chef/cfengine/etc use
- Bump PORTREVISION
2015-10-19 13:30:28 +00:00
Lev A. Serebryakov
0ffa6dcead Improve apache configuration sample
PR:		203838
Submitted by:	Olli Hauer <ohauer@FreeBSD.org>
2015-10-19 12:50:59 +00:00
Alexey Dokuchaev
cd91a67165 - Attempt to unbreak on PowerPC (verified) and SPARC (not verified)
- Use option helpers, GC no longer needed WANT_GNOME, sort USES, and
  include b.p.m. bits just once at the end
- Drop explicit "support" for ia64: the port is marked broken on it,
  while the architecture itself was never a first-class citizen in
  FreeBSD and official killed in -CURRENT for a while now
2015-10-19 12:50:37 +00:00
Lev A. Serebryakov
2032d65360 (1) Fix slave ports
(2) Improve apache configuration sample

PR:		203838
Submitted by:	Olli Hauer <ohauer@FreeBSD.org>
2015-10-19 12:50:32 +00:00
Lev A. Serebryakov
881df5d722 Fix "serf.pc" to allow static builds with serf. 2015-10-19 12:35:56 +00:00
Frederic Culot
678ecbeffd - Update to 4.04
- Add LICENSE (Artistic 1 & GPL 1)
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/CGI-Application-Plugin-DBH/Changes
2015-10-19 11:29:01 +00:00
Frederic Culot
79c25ac73e - Update to 0.05
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/URI-FromHash/Changes
2015-10-19 11:12:00 +00:00
Kubilay Kocak
5f9a19226c net/turnserver: Fix build with No-SSLv3
turnserver will not build if OpenSSL was built without SSLv3
(--no-ssl3).

LibreSSL 2.3.0 has removed SSLv3 support completely.

This change fixes the build when SSLv3 is not available

While I'm here, add LICENSE_FILE

PR:		203700
Submitted by:	cpbsdmail gmail com
Approved by:	mom040267 gmail com (maintainer)
MFH:		2014Q4
2015-10-19 11:06:50 +00:00
Mathieu Arnold
cf6d76abb6 Fix patch, I think.
Sponsored by:	Absolight
Differential Revision:
2015-10-19 10:30:47 +00:00
Mathieu Arnold
f103c76a3f Update to v5.23.3-166-ga6d3278.
Changes:	https://github.com/Perl/perl5/compare/v5.23.3-106-ga0c8eb5...v5.23.3-166-ga6d3278
Sponsored by:	Absolight
2015-10-19 10:28:05 +00:00
Kubilay Kocak
42cb46691e astro/gpstk: Fix distinfo, Mark Unbroken
- Update distinfo
- Add EXTRACT_AFTER_ARGS
- Mark unbroken

PR:		201196
Submitted by:	John Hein <z7dr6ut7gs snkmail com
Approved by:	unmaintained (blanket)
MFH:		2014Q4
2015-10-19 10:18:12 +00:00
Guido Falsi
0319d39bfb - Update to 1.0.25 [1]
- Add option for v4l [1]
- Use more option helpers [1]
- Removed CUPS option since CUPS requirement has been dropped upstream [1]

While here:

- Convert to USES=localbase
- Regenerate some patches [1]

This version also includes support for Canon LiDE 220 scanners. [2]

PR:		203799 [1], 200788 [2]
Submitted by:	Ports Fury [1], avg@ [2]
2015-10-19 09:03:44 +00:00
Kubilay Kocak
97ff2cb850 www/hiawatha: Reset MAINTAINER
Reset MAINTAINER at current maintainers request.

PR:		203862
Requested by:	Chris Petrik <chris bsdjunk com> (maintainer)
2015-10-19 08:57:24 +00:00
Jimmy Olgeni
bb2fa8d5b2 Upgrade textproc/elasticsearch-plugin-sql to version 1.4.4. 2015-10-19 08:53:49 +00:00
Jimmy Olgeni
1eb31cc188 Upgrade textproc/py-elasticsearch-py to 1.8.0.
PR:		203756
Submitted by:	olgeni
Approved by:	maintainer
2015-10-19 08:45:55 +00:00
Kubilay Kocak
09d5cf69f9 sysutils/zfs-replicate: Fix WWW URL (404)
PR:		203830
Reported by:	Yonas Yanfa <yonas fizk net>
Approved by:	portmgr (blanket)
MFH:		2014Q4
2015-10-19 08:42:39 +00:00
Jimmy Olgeni
31f582bd41 Upgrade devel/erlang-rebar3_hex to version 1.8.0. 2015-10-19 08:41:20 +00:00
Jimmy Olgeni
586aba04bf Upgrade devel/erlang-pooler to version 1.5.0. 2015-10-19 08:38:42 +00:00
Jimmy Olgeni
bd5ddbe066 Upgrade devel/erlang-lager_syslog to version 3.0.1. 2015-10-19 08:36:58 +00:00
Jimmy Olgeni
579988c4ee Upgrade databases/elixir-ecto to version 1.0.6 2015-10-19 08:27:59 +00:00
Boris Samorodov
15944e9e1f To the pool: do not use the port any more and have no spare time to
maintain it.
2015-10-19 08:22:34 +00:00
Dmitry Marakasov
fa34a7808d - Switch to options helpers
- Fix WWW:

Approved by:	portmgr blanket
2015-10-19 08:19:01 +00:00
Alexey Dokuchaev
b7afb7abb9 - Unbreak the build on i386 [1] and respect CXXFLAGS [2]
- Convert REINPLACE_CMD's that no longer could remain trivial due to [2]
  to regular patch files
- Mute numerous warnings of `__aligned()' macro being redefined as they
  severely clutter build logs
- Restrict to Intel CPUs due to heavy use of their SIMD instructions

Reported by:	pkg-fallout [1]
2015-10-19 08:18:41 +00:00
Kubilay Kocak
0ba112295a sysutils/pick: Update to 1.2.1
- Update to 1.2.1

While I'm here:

- Add LICENSE_FILE

PR:		203833
Submitted by:	Neel Chauhan <neel neelc org>
2015-10-19 08:16:57 +00:00
Jimmy Olgeni
c9dd247104 Upgrade devel/elixir-csv to version 1.2.1. 2015-10-19 08:15:43 +00:00
Jimmy Olgeni
1ff7395d51 Upgrade security/elixir-comeonin to version 1.3.0. 2015-10-19 08:14:23 +00:00
Kubilay Kocak
3df15cca8c graphics/maim: Update to 3.4.46
- Update to 3.4.46

PR:		203834
Submitted by:	Neel Chauhan <neel neelc org> (maintainer)
2015-10-19 08:04:09 +00:00
Jimmy Olgeni
ca6350278a Upgrade devel/elixir-combine to version 0.5.3. 2015-10-19 07:46:28 +00:00
Cy Schubert
ba44c33bf8 Bump PORTREVISION. 2015-10-19 07:29:08 +00:00
Wen Heping
f48509933c - Update mediawiki to 1.23.11, 1.24.4, 1.25.3
MFH:		2015Q4
2015-10-19 07:22:16 +00:00
Cy Schubert
f43d2cea80 Fix READLINE option.
Add support for libedit (LIBEDIT option).
Both command line editing options now supported by RADIO button.

Fix typo in gssapi: bootstrap.
2015-10-19 07:17:47 +00:00
Cy Schubert
86da5965d8 Fix READLINE option.
Add support for libedit (LIBEDIT option).
Both command line editing options now supported by RADIO button.
2015-10-19 07:13:33 +00:00
Ryan Steinmetz
1d65b6dfed - Add newsyslog rotation configuration for /var/log/snmpd.log
- Bump PORTREVISION

Submitted by:	Jan Joris Vereijken <janjoris@acm.org>
2015-10-18 23:34:54 +00:00
Steve Wills
b3fe18c398 sysutils/logalyzer: fix typo from r340091 2015-10-18 23:31:15 +00:00
Dmitry Marakasov
55b8f9796c - Switch to options helpers 2015-10-18 21:19:46 +00:00
Kurt Jaeger
71de971022 devel/mongo-c-driver: 0.7.1 -> 1.1.9
Changes:
  https://github.com/mongodb/mongo-c-driver/releases

PR:		200338
Submitted by:	Tom Pusateri <pusateri@bangj.com>
Approved by:	maintainer timeout
2015-10-18 19:33:03 +00:00
Lev A. Serebryakov
4cf36ce262 Fix pkg-plist in case of disabled SERF.
As SERF is enabled by default, no version bump.

PR:		203845
Submitted by:	oleksii.tsai@gmail.com
2015-10-18 19:06:29 +00:00
Koop Mast
24f22188eb * Don't hardcode the Gallium drivers instead set the wanted drivers per
arch, like is done for the dri drivers. This fixes Mesa build on arm. [1]
* Explicitly disable libva support. This resolves a build issue if libva
  is installed. [2]
* remove the gallium-intel configure flag, it is gone.

PR:		197548 [2]
Reported by:	sbruno@ [1]
Reported by:	rozhuk.im@gmail.com [2]
Tested by:	sbruno@ on arm [1]
2015-10-18 18:31:55 +00:00
Dmitry Marakasov
9190f2bec0 - Simplify wrapper script creation
- Fix shebang
- Add build conflict with itself
2015-10-18 17:33:20 +00:00