1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

364821 Commits

Author SHA1 Message Date
Dmitry Marakasov
e9e9be06d7 - Add CPE info
Approved by:	portmgr blanket
2015-04-24 23:09:26 +00:00
Dmitry Marakasov
495d7847fc - Add CPE info
Approved by:	portmgr blanket
2015-04-24 23:09:22 +00:00
Mikhail Teterin
37366074eb Unbreak and upgrade to the latest availble version -- 0.98.
Approved by:	maintainer
2015-04-24 22:39:01 +00:00
Dmitry Marakasov
ca9de59c1c - Add CPE info
Approved by:	portmgr blanket
2015-04-24 22:02:31 +00:00
Dmitry Marakasov
73c8d05e3b - Add CPE info
Approved by:	portmgr blanket
2015-04-24 22:02:23 +00:00
Mathieu Arnold
a80bed99ae Update to a more recent, githuby version. Also, sort the plist.
With hat:	perl@
Sponsored by:	Absolight
2015-04-24 21:46:37 +00:00
Dmitry Marakasov
7da914cf98 - Add CPE info
- Fix WWW

Approved by:	portmgr blanket
2015-04-24 21:28:47 +00:00
Adam Weinberger
a0d9e076d7 Update to 2.9.0.
Changes:
- update ModSecurity to 2.9.0 (released Feb 12, 2015)
- add JSON parsing support via devel/yajl
- add support for loading remote configuration, which depends on ftp/curl
- add optional support for fuzzy hashes via security/ssdeep
- fix: use lua51 only, ModSecurity does not support lua 5.2 yet
- add FreeBSD specific README with installation and configuration hints
- pkg-message: refer uses to README
- install recommended modsecurity.conf using .sample config file convention
- port skeleton cleanups

PR:		197833
Submitted by:	maintainer (Walter Hop)
2015-04-24 21:19:39 +00:00
Adam Weinberger
924782e869 Update to 20150424.
Introduce an OPTION that controls whether to install offensive (explicit)
acronyms. It is enabled by default, but the actual wtf(6) app will not
provide offensive answers without the -o switch.

PR:		199613
Submitted by:	maintainer (Nikolai Lifanov)
2015-04-24 20:37:56 +00:00
Adam Weinberger
df8df03187 Update to 0.14, and add TEST_DEPENDS.
Approved by:	maintainer (implicit)
2015-04-24 20:23:21 +00:00
Adam Weinberger
cfeceae6d1 The patch introduced in r383995 to fix the build on perl-5.21.6+ broke
building against other perl versions.

byterun.c:1886:3: warning: implicit declaration of function 'PadnamelistMAXNAMED' is invalid in C99 [-Wimplicit-function-declaration]
                BSET_padl_name(bstate->bs_sv, arg);
                ^
./bytecode.h:798:5: note: expanded from macro 'BSET_padl_name'
    PadnamelistMAXNAMED((PAD*)pad) = AvFILL((AV*)pad)
    ^
byterun.c:1886:3: error: expression is not assignable
                BSET_padl_name(bstate->bs_sv, arg);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bytecode.h:798:36: note: expanded from macro 'BSET_padl_name'
    PadnamelistMAXNAMED((PAD*)pad) = AvFILL((AV*)pad)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 warning and 1 error generated.

I'm not clear exactly why it's failing, but only applying the patch against
affected perl versions should fix the issue.
2015-04-24 20:21:23 +00:00
Renato Botelho
1dc7fddbd9 Update to 2.8.0
PR:		199300 (based on)
Submitted by:	adamw@
2015-04-24 20:09:57 +00:00
Mathieu Arnold
101ee53ebf Make fetchable again, unbreak with Perl 5.21.0+.
The difference in the distfiles is a regenerated META.yml and an added META.json.

Sponsored by:	Absolight
2015-04-24 20:04:57 +00:00
Adam Weinberger
69c314d1d1 Update to 2.0119.
Changes: https://metacpan.org/changes/distribution/XML-LibXML
2015-04-24 19:59:24 +00:00
Adam Weinberger
09b98f4e55 Update to 5.506.
Remove dependency on p5-IO-stringy that has been stale for 4 years.
Technically the dependency on p5-Convert-BinHex isn't required
either but it's listed as recommended so I'm leaving it in.

Also, remove the superfluous DOCS option, and sort plist.

Changes: https://metacpan.org/changes/distribution/MIME-tools
2015-04-24 19:51:57 +00:00
Adam Weinberger
2078a47170 Update to 0.25.
Remove the hard dependency on p5-Config-General, and turn it into a GENERAL
option. Also, sort plist.

Changes: https://metacpan.org/changes/distribution/Config-Any
2015-04-24 19:43:13 +00:00
Luiz Otavio O Souza
3156a26503 U-Boot loader and related files for Raspberry Pi 2
To install this bootloader, copy ALL the files in the share/u-boot/u-boot-rpi2
directory to the first partition, formatted as FAT32, on an SD card.

This version is patched so that:
 * ELF and API features are enabled.
 * The default environment is trimmed to just what's needed to boot.
 * The saveenv command writes to the file uboot.env on the FAT partition.

For information about running FreeBSD on RaspberryPi, see
WWW: http://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi

For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot

Approved by:	garga
2015-04-24 19:40:12 +00:00
Thierry Thomas
2b0ffb0383 Mark BROKEN of FreeBSD < 10:
/usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
collect2: error: ld returned 1 exit status

This is standard C++11, but there is a problem with stdlib.

Note: now it could be built with clang, but the produced binaries don't
behave correctly.
2015-04-24 19:34:19 +00:00
Adam Weinberger
5a64bd0490 Update to 3.0.5588.1.
Changes include:
  * External streaming with Android
  * Live TV streams not being properly closed
  * Tvdb language override not falling back to English when appropriate
  * Playback stopping prematurely on Chromecast

PR:		199626
Submitted by:	maintainer (Ben Woods)
2015-04-24 19:28:04 +00:00
Adam Weinberger
b06808e9ae Fix build on FreeBSD 8 and 9.
__builtin_bswap32 and __builtin_bswap64 were not introduced in GCC until v4.3.

PR:		199627
Submitted by:	maintainer (Ben Woods)
2015-04-24 19:03:43 +00:00
Dmitry Marakasov
22482e275d - Mark broken on 10.x+ amd64:
cc: error: unsupported option '-fpcc-struct-return' for target 'x86_64-unknown-freebsd10.1'

- Mark deprecated and set expiration data in T + 1 month: the port is no longer useful as base grep has coloring support

PR:		199593
Submitted by:	amdmi3
Approved by:	azet@azet.org
2015-04-24 18:50:57 +00:00
Dmitry Marakasov
b6aadf62b2 - Add distfile mirror 2015-04-24 18:41:36 +00:00
Dmitry Marakasov
a66dad44b2 - Add CPE info
Approved by:	portmgr blanket
2015-04-24 18:29:27 +00:00
Mathieu Arnold
0299778778 Fix build with Perl 5.18+
qw(...) can no longer be used as parentheses

Also, rename a patch to stick to our naming scheme.

Sponsored by:	Absolight
2015-04-24 17:43:33 +00:00
Mathieu Arnold
056556857d Fix build with Perl 5.18+
Sponsored by:	Absolight
2015-04-24 17:27:29 +00:00
Mathieu Arnold
f0da482d08 Fix build with 5.18+. Rename a patch to follow makepatch naming.
Sponsored by:	Absolight
2015-04-24 16:52:29 +00:00
Koop Mast
0eed30f27f There are actualy two chinese wordpress ports, which have both different
suffixes. List them both.
2015-04-24 16:52:03 +00:00
Mathieu Arnold
b134f2c696 Fix security/p5-Crypt-{TEA,GOST} and undeprecate dependency.
Sponsored by:	Absolight
2015-04-24 16:20:31 +00:00
Dmitry Sivachenko
caca042d24 Update to version 1.1.0;
Provide startup scripts for Metastore service and HiveServer2.
2015-04-24 15:59:14 +00:00
David Naylor
12bdb91f92 emulators/wine-compholio: fix build.
* Autoconf is required during the extract stage, so add it to the
   EXTRACT_DEPENDS list (it defaults to BUILD_DEPENDS only)
 * For an unknown reason autoconf creates a configure script that looks
   for and detects powl on FreeBSD 8 and 9.  powl does not actually exist
   and causes a build failure.

Approved by:	gerald@ (maintainer, implicit)
2015-04-24 15:56:19 +00:00
David Naylor
165d0f2d58 emulators/i386-wine-devel: update to 1.7.41
* Update supported FreeBSD OS range.
2015-04-24 15:48:52 +00:00
Mark Felder
2ca9aa9cc2 Add "reload" command to rc script
Pass rclint
2015-04-24 15:43:03 +00:00
Koop Mast
b6e643a557 Add wordpress vulnabilities. 2015-04-24 15:42:31 +00:00
Antoine Brodin
f732ffc339 Fix packaging
Reported by:	pkg-fallout
2015-04-24 15:36:52 +00:00
Hajimu UMEMOTO
5958b7459c Add new patch to need for 2.5.1. 2015-04-24 15:31:17 +00:00
Lars Engels
df754f8b22 Deprecate. Please gqview's fork graphics/geeqie 2015-04-24 15:28:29 +00:00
Hajimu UMEMOTO
fa62ae1565 Update to 2.5.1. 2015-04-24 15:06:50 +00:00
Koop Mast
2365dbf9be Update ImageMagick to 6.9.1-2. 2015-04-24 15:05:26 +00:00
Mathieu Arnold
a4c4649b2d Remove devel/p5-Devel-Profiler, it stopped working with Perl 5.16.
Sponsored by:	Absolight
2015-04-24 15:02:29 +00:00
Mark Felder
f69388e9da Anope supports reloading via HUP 2015-04-24 15:01:56 +00:00
Mathieu Arnold
6527fd353d Fix.
Sponsored by:	Absolight
2015-04-24 14:57:41 +00:00
Mark Felder
e21e35c1b6 rc script improvements
It was not setting user to "nobody" correctly
2015-04-24 14:50:32 +00:00
Mathieu Arnold
6b84bfce9d Backout that it was a pkgconf problem
Pointed out by:	antoine, bapt
Sponsored by:	Absolight
2015-04-24 14:36:57 +00:00
Mathieu Arnold
5ccc7a63f7 Fix build.
Sponsored by:	Absolight
2015-04-24 14:32:58 +00:00
Jan Beich
e79612feb9 - Update NSS to 3.18.1
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18.1_release_notes
MFH:		2015Q2
2015-04-24 14:31:05 +00:00
Danilo Egea Gondolfo
d497a67d5a - Add MASTER_SITE_LOCAL to MASTER_SITES
- Remove BROKEN
- [libopensync] Fix plist
2015-04-24 14:26:26 +00:00
Mathieu Arnold
a92aeeffb0 Deprecate Perl modules that only work with 5.16, as it's being phased out, with
the same deprecation date.

With hat:	perl@
Sponsored by:	Absolight
2015-04-24 14:25:06 +00:00
Mathieu Arnold
da532c0e79 Make buildable.
Sponsored by:	Absolight
2015-04-24 14:17:10 +00:00
Mathieu Arnold
33421b2c46 Make buildable.
Sponsored by:	Absolight
2015-04-24 14:16:31 +00:00
Mathieu Arnold
5aadd38a8b Make buildable.
Sponsored by:	Absolight
2015-04-24 14:14:23 +00:00