Commit graph

385286 commits

Author SHA1 Message Date
Dmitry Marakasov
c4e52f3dab - Add LICENSE_FILE
- Don't duplicate COMMENT in DESKTOP_ENTRIES
- Silence mkdirs and strip
2016-01-13 16:05:00 +00:00
Dmitry Marakasov
85976367db - Update to 0.2.7.6
PR:		205252
Submitted by:	neel@neelc.org
Approved by:	maintainer timeout (bf, >1 month)
2016-01-13 15:58:02 +00:00
Pawel Pekala
43b3e4bf2c Fix build on FreeBSD 9.x
gdaldither.cpp: In function 'int FindNearestColor(int, int*, int, int, int)':
gdaldither.cpp:534: note: use -flax-vector-conversions to permit conversions
between vectors with differing element types or numbers of subparts
gdaldither.cpp:534: error: cannot convert 'int __vector__' to 'long long int
 __vector__' for argument '1' to 'long long int __vector__
 __builtin_ia32_psrlqi128(long long int __vector__, int)'
gdaldither.cpp:539: error: cannot convert 'int __vector__' to 'long long int
 __vector__' for argument '1' to 'long long int __vector__
 __builtin_ia32_psrlqi128(long long int __vector__, int)'
../GDALmake.opt:582: recipe for target 'gdaldither.o' failed
gmake[1]: *** [gdaldither.o] Error 1

PR:		205701
Submitted by:	myself
Approved by:	maintainer timeout
2016-01-13 15:52:17 +00:00
Mikhail Teterin
2de70bd150 Up until now the port installed only a static version of libsquish
-- because the upstream's makefile only built that. Add our own
little makefile, that properly builds both static and shared variants
using bsd.lib.mk

PR:		206125
Approved by:	Reinier de Blois (maintainer)
2016-01-13 15:42:39 +00:00
Dmitry Marakasov
edaa2c37a2 - Fix path to nvidia-driver's registry profiles
PR:		204627
Submitted by:	admin@vladiom.com.ua
Approved by:	maintainer timeout (bland, 7 weeks)
2016-01-13 15:26:49 +00:00
Vanilla I. Shu
7a256dd2e2 Upgrade to 2.3.2.
PR:		201854
Submitted by:	tkato432@yahoo.com
2016-01-13 15:19:04 +00:00
Mathieu Arnold
5b471a482b Update to 2.1.2.
Sponsored by:	Absolight
2016-01-13 14:11:22 +00:00
Mathieu Arnold
398d745913 Update to 5.4.1.
Sponsored by:	Absolight
2016-01-13 14:11:16 +00:00
Mathieu Arnold
26b32c86ab Update to v5.23.6-106-g0224bf4.
Changes:	https://github.com/Perl/perl5/compare/v5.23.6-46-g476d3d3...v5.23.6-106-g0224bf4
Sponsored by:	Absolight
2016-01-13 14:11:05 +00:00
Vanilla I. Shu
f6e915abc3 Upgrade to 1.3. 2016-01-13 13:54:19 +00:00
Ryan Steinmetz
d56730b9fd - Move to smarts to allow us to add patchlevels without uncommenting lines
- Don't bump PORTREVISION
2016-01-13 13:53:33 +00:00
Alexey Dokuchaev
39cf587841 - Limit -msse/-msse2 to files that actually use intrinsics
- Limit SSE/SSE2 optimizations to x86 CPUs (exposed as SIMD option)

PR:	205006
2016-01-13 13:34:07 +00:00
Alexey Dokuchaev
34d65e7749 - Base GCC cannot compile this port ("cc: XADTest2.m: Objective-C compiler
not installed on this system"); luckily, Clang is available on all recent
  Tier-1 FreeBSD versions, so use it where it is not the default compiler
  yet (prior to 1000024, e.g. on 9.x)
- Make the port more robust by allowing to build if LOCALBASE != /usr/local

Reported by:	pkg-fallout
2016-01-13 13:07:55 +00:00
Dmitry Marakasov
e773fa4b91 Fix PORTSCOUT=skipv to match tag name 2016-01-13 12:46:11 +00:00
Alexey Dokuchaev
785db2d605 - Do not hardcode dependency on GnuTLS (security/gnutls). While preferred,
it is not required, and limited functionality can be achieved by using
  OpenSSL instead (per the comment in configure script); both providers can
  be turned off with --disable-{tls,openssl} switches
- Similarly, make ICU support optional as well and replace cryptic regex in
  BASEVERSION assignment with :R while here

Approved by:	theraven (maintainer)
2016-01-13 12:37:57 +00:00
Dmitry Marakasov
38e17ebac9 - Unbreak fetch
- Update WWW
- Pass maintainership to submitter
- Update license

PR:		206162
Submitted by:	portmaster@bsdforge.com
2016-01-13 12:33:45 +00:00
Dmitry Marakasov
086014d82b Fix handling of licenses ending with plus sign on 9.x
Approved by:	portmgr (bapt)
Differential Revision:	D4921
2016-01-13 12:30:46 +00:00
Palle Girgensohn
a9c901ec2b Some binaries where moved from contrib to base in 9.5, like pgbench and
pg_upgrade. Other where added in 9.5, but the port failed to install them.
Make sure they are properly installed by the correct port (-client or -server) [1]

Remove unused and hence confusing OSSP_UUID parameters from Makefile [2]

Add options to allow user to be set for the backup script in periodic.
Add this option only to 9.5 for now. It will be updated to other servers at
next regular patch release. [3]

The path to perl in hard coded into pgxs/src/Makefile.global which is
then installed. Hence, we must depend on perl when that file is installed.

Noticed by:	Paul Guyot [1]
PR:		192387 [2]
PR:		172110 [3]
PR:		206046 [4]
2016-01-13 10:36:22 +00:00
Bartek Rutkowski
1a2923e25f net/py-pyvmomi: update 5.5.0-2014.1.1 -> 6.0.0 2016-01-13 10:25:27 +00:00
Martin Wilke
9ab746d695 - Update to 4.4.1 2016-01-13 10:12:05 +00:00
Danilo Egea Gondolfo
dddbf2a91e - Update to 0.20160105 2016-01-13 10:05:58 +00:00
Olli Hauer
870c4da692 - fix mutt-lite build
PR:		206092 (follow up)
Approved by:	udo.schweigert@siemens.com (maintainer)
2016-01-13 10:05:33 +00:00
Dmitry Marakasov
54b9168b5a - Switch to options helpers
- Reflect setuid binary in plist
2016-01-13 09:45:14 +00:00
Dmitry Marakasov
53493722f9 - Drop unneeded *FLAGS
- Switch to options helpers
2016-01-13 09:45:07 +00:00
Martin Wilke
d96c331da1 - Update to 0.0.20160105
PR:		206132
Submitted by:	mmaintainer
2016-01-13 09:35:25 +00:00
Bernhard Froehlich
0edd9e5d7c - Update to 0.27.5
- Disable mythlogserver as recommended from upstream
- Remove own distfile mirror and trust in githubs codeload
2016-01-13 09:19:23 +00:00
Vanilla I. Shu
7a28730ff2 Upgrade to 1.16. 2016-01-13 09:02:29 +00:00
Vanilla I. Shu
5ce7bd0281 Upgrade to 0.7.1.4. 2016-01-13 08:23:05 +00:00
Vanilla I. Shu
34d0bb0e43 1: Upgrade to 0.5.
2: Switch to USES=sqlite
2016-01-13 08:10:52 +00:00
Vanilla I. Shu
bfabba0162 Upgradeto 0.7. 2016-01-13 08:00:54 +00:00
Vanilla I. Shu
f101c7c803 Upgrade to 1.6. 2016-01-13 07:59:45 +00:00
Vanilla I. Shu
de49e30956 Upgrade to 0.7. 2016-01-13 07:54:45 +00:00
Vanilla I. Shu
89a0360806 Upgrade to 0.5. 2016-01-13 07:52:32 +00:00
Vanilla I. Shu
5859b9137c Upgrade to 0.3. 2016-01-13 07:50:36 +00:00
Matthew Seaman
e22ecf16d7 Ooops. Commit the Makefile, not the patchfile that should create the
Makefile

Pointy hat to me...
2016-01-13 07:46:43 +00:00
Matthew Seaman
8d78c260fa Upgrade ansible to 2.0.0
Provide an ansible1 slave port with ansible-1.9.4 as there are
incompatible changes between ansible-1.9.4 and ansible-2.0.0

Add note in UPDATING

PR:		206174
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-01-13 07:41:27 +00:00
Martin Wilke
91d868e0b2 - Update to 2.15.10
PR:		206170
Submitted by:	maintainer
2016-01-13 07:37:03 +00:00
Martin Wilke
ceb2133deb - Update to 1.0.22
PR:		206167
Submitted by:	maintainer
2016-01-13 07:35:44 +00:00
Vanilla I. Shu
62c9f9d675 1: Upgrade to 4.0.3.
2: switch to USES=sqlite.
2016-01-13 06:58:37 +00:00
Vanilla I. Shu
92da927da0 Upgrade to 2016.1.8. 2016-01-13 06:35:03 +00:00
Vanilla I. Shu
5600bfca7a Upgrade to 0.9. 2016-01-13 06:33:22 +00:00
Alex Kozlov
b1b9b70c76 - Remove unused USE_* knobs:
databases/mysql57-server
   games/kajongg
   textproc/ruby-htree

- Fix typos in USE_* knobs:
   graphics/fortytwo
   math/hexcalc
   misc/gnustep-examples
   www/h2o

- Remove unused BROKEN_alpha knob:
   devel/directfb

- Remove user-settable knob:
   multimedia/tovid

Approved by:	portmgr blanket
2016-01-13 05:39:29 +00:00
Stephen Montgomery-Smith
8da7c5157e - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
Stephen Montgomery-Smith
287e9a0731 - Add math/otave-forge-tisean as an optional dependency.
- Update to version 20160113.
2016-01-13 04:31:59 +00:00
Marcelo Araujo
26eb9eab7e - Remove bogus USE_GCC and respect ${CC} and ${CFLAGS} instead.
- Install documentation via dedicated `do-install-DOCS-on' target.

Submitted by:	danfe
2016-01-13 04:30:04 +00:00
Marcelo Araujo
e924e189b4 - Update to 2016.01.09. 2016-01-13 04:11:24 +00:00
Stephen Montgomery-Smith
042bc5767c - Chase upgrade of math/octave to 4.0.0 by bumping portrevision. 2016-01-13 03:56:30 +00:00
Jimmy Olgeni
0ecbb0748c Adopt x11/xtermcontrol and upgrade to version 3.3.
Remove run dependency on xterm: xtermcontrol can be installed on
a headless server and control xterm remotely.
2016-01-13 03:47:51 +00:00
Stephen Montgomery-Smith
ac82ab0591 - New port math/octave-forge-tisean.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
2016-01-13 03:47:11 +00:00
Stephen Montgomery-Smith
3da75467c6 - New port math/octave-forge-sparsersb.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This port uses math/librsb, which is quite difficult to install.  Therefore
this port will not be installed as part of the math/octave-forge meta-port.
2016-01-13 03:24:32 +00:00