Commit graph

375220 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
02686341f5 - Add NO_ARCH 2015-08-31 13:32:19 +00:00
Sunpoet Po-Chuan Hsieh
cc7a85ffce - Add NO_ARCH 2015-08-31 13:32:15 +00:00
Sunpoet Po-Chuan Hsieh
365a33a262 - Add NO_ARCH 2015-08-31 13:32:10 +00:00
Sunpoet Po-Chuan Hsieh
66b1d80d6d - Add NO_ARCH 2015-08-31 13:32:06 +00:00
Sunpoet Po-Chuan Hsieh
61e9980978 - Add NO_ARCH 2015-08-31 13:32:02 +00:00
Sunpoet Po-Chuan Hsieh
67be0dc338 - Add NO_ARCH 2015-08-31 13:31:58 +00:00
Sunpoet Po-Chuan Hsieh
83a554b3fe - Add NO_ARCH 2015-08-31 13:31:53 +00:00
Sunpoet Po-Chuan Hsieh
6a616afcbd - Add NO_ARCH 2015-08-31 13:31:49 +00:00
Sunpoet Po-Chuan Hsieh
ce761104b5 - Add NO_ARCH 2015-08-31 13:31:45 +00:00
Sunpoet Po-Chuan Hsieh
60f278ce7c - Update to 7.4.843
- Use PORTVERSION instead of DISTVERSION

Changes:	https://github.com/vim/vim/commits/master
2015-08-31 13:31:40 +00:00
Mathieu Arnold
398dca09df To ease up with future upgrades, move PERL_VERSION into a separate file.
While there, remove 8.4 support, and do some cleanup.

Sponsored by:	Absolight
2015-08-31 13:17:48 +00:00
Raphael Kubo da Costa
bd7fbe226c Drop USES=iconv.
The port's build system does look for iconv, but the code does not use it
anywhere (it used to until 2009).

Approved by:	office (bapt)
2015-08-31 13:12:44 +00:00
Cy Schubert
98aeeda5c9 Remove configuration argument used during testing. 2015-08-31 13:01:52 +00:00
Kubilay Kocak
528e3584f5 devel/py-virtualenvwrapper: Unmark BROKEN
- Unmark BROKEN port after pbr update [1]
- Patch conf.py as sphinx renamed the 'default' theme, which caused the
  following error:

  sphinx.errors.SphinxWarning: WARNING: 'default' html theme has been
  renamed to 'classic'. Please change your html_theme setting either to
  the new 'alabaster' default theme, or to 'classic' to keep using the
  old default.

- Update pkg-plist accordingly

While I'm here:

- Add LICENSE_FILE
- Sort USE_PYTHON values

[1] https://svnweb.freebsd.org/changeset/ports/395669

Approved by:	portmgr (blanket)
2015-08-31 12:56:30 +00:00
Kubilay Kocak
60c89dacb3 devel/py-pbr: Update to 1.6.0, Backport sphinx fix
- Update to 1.6.0
- Backport upstream fix [1] for sphinx 1.3+ causing the following error
  in ports that utilise pbr and that build documentation, like
  virtualenvwrapper (currently BROKEN):

  TypeError: init_values() takes exactly 2 arguments (1 given)

[1] https://review.openstack.org/#/c/193462/
[2] https://bugs.launchpad.net/oslotest/+bug/1379998
2015-08-31 12:44:05 +00:00
Bernard Spil
114f60ebf1 security/libressl: Update to 2.2.3
- Update to 2.2.3
  - Show compiler flags/invokes in build-log

Changes:

  ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.3-relnotes.txt

Reviewed by:	koobs (mentor)
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D3537
2015-08-31 12:25:43 +00:00
Dmitry Marakasov
9beb0398ff - Add LICENSE_FILE
- Switch to options helpers
- Switch to @sample

Approved by:	portmgr blanket
2015-08-31 12:16:25 +00:00
Dmitry Marakasov
1a46d6a2fd - Sort USES
- Don't touch /root, as HOME now is set to a safe directory
- Switch to @sample

Approved by:	portmgr blanket
2015-08-31 12:11:24 +00:00
Dmitry Marakasov
7d8f034936 - Add LICENSE
- Add NO_ARCH
- Switch to @sample

Approved by:	portmgr blanket
2015-08-31 12:10:37 +00:00
Dmitry Marakasov
63bd84ad2f - Add LICENSE
- Add NO_ARCH
- Fix and unsilence install commands
- Switch to @sample

Approved by:	portmgr blanket
2015-08-31 12:10:30 +00:00
Dmitry Marakasov
11badad381 - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Switch to @sample

Approved by:	portmgr blanket
2015-08-31 12:10:22 +00:00
Kurt Jaeger
3a4b2353ed databases/mysql-connector-odbc: build and interoperate with mariadb-10
PR:		198925
Submitted by:	Pavel Timofeev <timp87@gmail.com>
Approved by:	sergey@network-asp.biz (maintainer timeout)
2015-08-31 10:43:30 +00:00
Raphael Kubo da Costa
39297aa2d9 Drop USES=iconv.
The port does not actually use iconv anywhere, so drop the dependency. While
here, also stop setting LDFLAGS since it is not necessary (as verified by
building on 9.3, 10.1 and HEAD).

Approved by:	office (bapt)
Differential Revision:	https://reviews.freebsd.org/D3517
2015-08-31 10:18:50 +00:00
Mathieu Arnold
6c84a7b494 When not using OpenSSL from ports, do not try to unmount the chrooted
engines directory.

PR:		201423 (based on)
Submitted by:	girgen
Sponsored by:	Absolight
2015-08-31 10:06:27 +00:00
Mathieu Arnold
ba5b16df28 Update to v5.23.2-66-gbdc4e4b.
Changes:	https://github.com/Perl/perl5/compare/v5.23.2-22-g354f3e4...v5.23.2-66-gbdc4e4b
Sponsored by:	Absolight
2015-08-31 10:06:19 +00:00
Mathieu Arnold
4863f92c62 Set default value "NO" for nagios_enable in rc script.
PR:		202556
Submitted by:	John Marshall
Sponsored by:	Absolight
2015-08-31 10:06:07 +00:00
Babak Farrokhi
17939f28a0 New Port: net-mgmt/fastnetmon 1.1.2 - high performance DoS/DDoS load analyzer
Approved by:	 mat
Differential Revision:	https://reviews.freebsd.org/D3532
2015-08-31 09:29:17 +00:00
Max Brazhnikov
47f4599d9e devel/geany:
- Update to 1.25
- Use install-strip target to strip binaries

devel/geany-plugin*:
- Update to 1.25. geany-plugin-gproject was renamed to
  geany-plugin-projectorganizer
  New plugins added:
   geany-plugin-automark
   geany-plugin-ctags
   geany-plugin-git-changebar
   geany-plugin-markdown
   geany-plugin-overview
- Drop obsolete patches
- Use install-strip target to strip binaries
- Enable verbose build on package cluster
2015-08-31 08:57:38 +00:00
Max Brazhnikov
5c99eefb87 cad/librecad: add workaround to fix build with gcc 2015-08-31 08:32:03 +00:00
Max Brazhnikov
d6d85a4541 databases/kbibtex: fix build on i386 2015-08-31 08:30:16 +00:00
Veniamin Gvozdikov
fb1cf52f25 - Update to 3.14.3
- Improve start script by activating font antialiasing

PR:		ports/202558
Submitted by:	jesco.freund@my-universe.com
Approved by:	Eugene Mychlo <myc@barev.net> (maintainer)
2015-08-31 08:04:39 +00:00
Don Lewis
2a7878fb4a Upgrade to upstream svn revision r1697984.
Nuke patch-clang34 because it has been incorporated upstream.

Replace the default images in the opening splash window and the
Help->About window with FreeBSD-branded versions that also mark
this as a developer snapshot.  Thanks to pfg for suggesting this
and reviewing the new images.
2015-08-31 07:54:42 +00:00
Cy Schubert
d12bdd828a Fix build under 11-CURRENT. r378417 introduced a libreadline link
workaround due to libtool not working with 11-CURRENT at the time.
The workaround now causes grief under 11-CURRENT and needs to be
removed.

PR:		202782
2015-08-31 07:18:23 +00:00
Kubilay Kocak
19ce0adeeb www/py-pelican: Add description for MARKDOWN option
Add a description for the MARKDOWN option that was missed in the previous
commit.

Approved by:	portmgr, pointyhat (blanket)
2015-08-31 05:44:56 +00:00
Gabor Pali
9118d1aee1 - Remove the deprecated USE_AUTOTOOLS variable
- Improve interaction with USE_GITHUB in bsd.cabal.mk that fixes the build of
  math/hs-Agda-stdlib

Obtained from:	FreeBSD Haskell
2015-08-31 05:39:41 +00:00
Alexey Dokuchaev
86ecf55589 - Use %edi register to save/restore contents of %ebx instead of pushing
it on stack to make the code work for both 32/64-bit x86
- Make the corresponding comment more accurate while I'm at it

Reported by:	pkg-fallout
2015-08-31 04:42:58 +00:00
Alexey Dokuchaev
4614f1c06f Fix the build against `math/ldouble' when logl(), expl(), and log2l() are
not available in the base libm by wrapping #include <mathl.h> with extern
"C" block.
2015-08-31 02:54:15 +00:00
Gordon Tetlow
b7bae501e7 Update devel/p4, devel/p4d, and devel/p4p to 2015.1/1227227.
Fixes micropatching update breakage.

Approved by:	mat (mentor, implicit)
MFH:		2015Q3
2015-08-30 21:09:55 +00:00
Thomas Zander
d2faf0b9f2 Install more man pages; convert to newest OPTION helpers
- Install complete set of man pages (bug 202768)
- Convert to new OPTION helpers (bug 202727) as described in
  CHANGES from 20150828

PR:		202768, 202727
Submitted by:	amdmi3, jbeich
2015-08-30 20:49:02 +00:00
Guido Falsi
29464c000f - Use option helpers
- Strip binaries
- Fix AIRPLAY option
- Fix packaging with MDSN option turned off
- Regenerate patches
2015-08-30 20:47:09 +00:00
Gabor Pali
f67f021520 - Fix the USE_CABAL line that was missed during the latest update
Obtained from:	FreeBSD Haskell
2015-08-30 20:23:56 +00:00
Kurt Jaeger
15b54b6841 New port: comms/hackrf
HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral
capable of transmission or reception of radio signals from 10 MHz to 6 GHz.
Designed to enable test and development of modern and next generation radio
technologies, HackRF One is an open source hardware platform that can
be used as a USB peripheral or programmed for stand-alone operation.

WWW: https://greatscottgadgets.com/hackrf/

PR:		199281
Submitted by:	Tomek CEDRO <cederom@tlen.pl>
Reviewed by:	Nicolas Blais <nicblais@clkroot.net>
2015-08-30 20:20:31 +00:00
Jan Beich
3a7475f899 Reset maintainership per mail on freebsd-ports@ list
Requested by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-08-30 20:13:29 +00:00
Adam Weinberger
8a2d96c653 Update to 2.34, and add a missing period to the end of the pkg-descr.
Changes: https://metacpan.org/changes/distribution/CPAN-Perl-Releases
2015-08-30 20:13:08 +00:00
Baptiste Daroussin
7c76f50b76 Update to 5.1
Switch the default mirror to zsh.org until the distfiles appears on sourceforge
2015-08-30 20:01:07 +00:00
Raphael Kubo da Costa
7c2b19e9c5 Add upstream patch to make the build work with non-base (ie. newer) GCCs.
The build was failing with, for example, lang/gcc48:

In file included from /usr/ports/devel/cmake/work/cmake-3.2.3/Source/cmGlobalNinjaGenerator.cxx:14:0:
/usr/ports/devel/cmake/work/cmake-3.2.3/Source/cmGeneratorExpressionEvaluationFile.h:39:64: error: 'mode_t' has not been declared
               std::map<std::string, std::string> &outputFiles, mode_t perm);
2015-08-30 19:44:54 +00:00
Olivier Duchateau
886e433c25 - Update to 0.5.11
- Use alternate hosts in MASTER_SITES
- Sort USES
- Rewrite options helper
- Enhance GIR option description
2015-08-30 18:59:14 +00:00
Olivier Duchateau
1a5cc4cef4 Fix spelling of toolkits name (GTK+3 instead of GTK3)
Reported by:	danfe@
2015-08-30 18:49:32 +00:00
Baptiste Daroussin
ba11c55ba7 Update to 1.5.99.11
Changes:
- Fix 3 way merge
- Properly apply credentials on merged files (@config)
2015-08-30 18:23:02 +00:00
Steve Wills
a67de23e61 net/syncthing: update to 0.11.23 2015-08-30 18:01:10 +00:00