1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

365336 Commits

Author SHA1 Message Date
Frederic Culot
bad83e19fd - Update to 0.03
- Shorten COMMENT

Changes:	http://search.cpan.org/dist/Devel-CheckBin/Changes
2015-04-30 09:11:15 +00:00
Wen Heping
cf53c396d9 - Update to 1.9.1
PR:		196723
Submitted by:	sascha@root-login.org
Approved by:	michael@ranner.eu(maintainer)
2015-04-30 08:58:56 +00:00
Kurt Jaeger
359138f1a6 multimedia/mplayer2: fix build if THEORA support enabled
PR:		198901
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
Approved by:	chris@bsdjunk.com (maintainer)
2015-04-30 06:45:26 +00:00
Wen Heping
835195375b - Update to 0.3.14
- Add LICENSE
2015-04-30 06:25:52 +00:00
Adam Weinberger
b16439d863 Allow the server for the GeoIP database to be altered by an environment
variable.

PR:		199768

While here, regenerate patch with 'make makepatch' to appease portlint.
2015-04-30 04:28:27 +00:00
Wen Heping
f217d30546 - Update to 0.17.1
- Add LICENSE
2015-04-30 03:09:33 +00:00
Adam Weinberger
503ccb2913 Correct botched group name in plist. PORTREVISION bump for plist change.
Submitted by:	Terry Kennedy
2015-04-30 02:58:43 +00:00
Bryan Drewery
d200dc8283 Fix strip check to consider setuid binaries.
file(1) returns 'setuid' before the rest of the ELF output.

With hat:	portmgr
Sponsored by:	EMC / Isilon Storage Division
2015-04-30 02:44:30 +00:00
Mark Linimon
4067b975a7 Release to the wild.
PR:		199789
Submitted by:	maintainer
2015-04-30 01:55:50 +00:00
Ryan Steinmetz
7676f92592 - Use new GITHUB magic
Submitted by:	mat@
2015-04-30 00:52:32 +00:00
Sergey A. Osokin
22982b2adc Remove useless code. 2015-04-30 00:33:00 +00:00
Don Lewis
c6fbbc71d8 Convert lang/gjs and lang/spidermonkey24 to USES=compiler:c++11-lib
to unbreak x11-fm/sushi on FreeBSD 8 and 9.

lang/gjs and lang/spidermonkey24 are currently built with
USES=compiler:c11.  On FreeBSD 8, this causes them to be compiled
with clang from ports, and on FreeBSD 9, they are built with clang
from base.  In both cases, they are linked to libstdc++ from base.

These two ports are dependencies of x11-fm/sushi, which also depends
on webkit-gtk3, which is compiled with USES=compiler:c++11-lib.  On
FreeBSD 8 and 9 webkit-gtk3 is compiled with gcc from ports and
linked to its newer bundled libstdc++.  Sushi is compiled with gcc
from base and consists of pure C code, so it does not link directly
to libstdc++.  The build fails because ld links in the base version
of libstdc++ before it links in webkit-gtk3, and then discovers
that the newer libstdc++ ABI needed by webkit-gtk3 is missing.

Converting sushi to USES=compiler:c++11-lib does not fix the build
failure, and just changes the error message, probably because sushi
does not directly link to any version of libstdc++.  If sushi is
further hacked to force it to link directly to the newer version
of libstdc++ bundled with the gcc port, the build succeeds, but the
resulting executable segfaults inside libstdc++ with a stack trace
that traverses a bunch of functions contained in the gjs and
spidermonkey24 libraries.

Converting gjs and spidermonkey24 to USES=compiler:c++11-lib forces
them to be compiled with the ports version of gcc on FreeBSD 8 and
9 and link to its bundled libstdc++ (and is a no-op on FreeBSD 10
and higher).  Because these libraries are linked into sushi before
webkit-gtk3, they load the version of libstdc++ which meets the
requirements of webkit-gtk3, and the resulting executable is
functional.  No modifications to sushi are necessary.

PR:		196078, 199434, 199435
Differential Revision:	https://reviews.freebsd.org/D2396
Approved by:	mat (mentor)
MFH:		2015Q2
2015-04-29 22:13:10 +00:00
Baptiste Daroussin
b9b1937d18 Update to 0.5.7 2015-04-29 21:21:05 +00:00
John Marino
364757394f math/facile: Bump because ocaml version ungraded
The ocaml makefile says to bump this port after ocaml is changed.  I don't
know how necessary this really is though.

PR:	195736
2015-04-29 20:57:30 +00:00
John Marino
8b541afa7a lang/ocaml: Upgrade version 4.01 => 4.02
PR:		195736
Submitted by:	Michael Gruenewald (maintainer)
Add'l fixes:	marino

Besides typical port cleanup, the dragonfly patches which had been
removed for the update were added back to the configure patch.
2015-04-29 20:45:23 +00:00
Ryan Steinmetz
7b4f7e2c6f New port: dns/cli53:
cli53 provides import and export from BIND format and simple command
line management of Route 53 domains.

WWW: https://github.com/barnybug/cli53/
2015-04-29 20:24:44 +00:00
Dmitry Marakasov
71806fd113 - Clarify LICENSE 2015-04-29 20:00:21 +00:00
Gerald Pfeifer
760c6c4dd6 Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.
Suggested by:	mat
2015-04-29 19:37:00 +00:00
Hajimu UMEMOTO
a56133d45f - Try to fix build after SMBus change (r281985). [1]
- Rename patch.

Spotted by:	pkg-fallout [1]
2015-04-29 19:32:46 +00:00
Sunpoet Po-Chuan Hsieh
a1d178dc33 - Update to 0.13
- While I'm here:
  - Allow to strip shared library as regular user
  - Use SITE_ARCH

Changes:	http://search.cpan.org/dist/B-Flags/Changes
PR:		199785
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2015-04-29 19:19:07 +00:00
Sunpoet Po-Chuan Hsieh
d9d45cea7b - Update to 1.054
Changes:	http://search.cpan.org/dist/Net-SSLGlue/Changes
2015-04-29 19:19:02 +00:00
John Marino
282b34900c devel/ocaml-opam: Upgrade version 1.2.0 => 1.2.1
PR:		199413
Submitted by:	mmatalka (gmail)
Revised by:	maintainer (Joris Giovannangeli)
2015-04-29 19:08:04 +00:00
Adam Weinberger
b8bf78dc10 Update spamassassin to 3.4.1.
Changes:
  * improved automation to help combat spammers that are abusing new top level
    domains;
  * tweaks to the SPF support to block more spoofed emails;
  * increased character set normalization to make rules easier to develop and
    stop spammers from using alternate character sets to bypass tests;
  * continued refinement to the native IPv6 support; and
  * improved Bayesian classification with better debugging and attachment
    hashing.

Full ChangeLog at https://metacpan.org/changes/distribution/Mail-SpamAssassin

The japanese/spamassassin port is broken until it's updated for 3.4.1.
2015-04-29 18:46:29 +00:00
Hajimu UMEMOTO
3f1fde7b58 Remove the absolute path from pgrep to make DragonFly happy.
Spotted by:	naddy
2015-04-29 18:28:23 +00:00
Gerald Pfeifer
7f79771dac Avoid duplicate LATEST_LINK/PKG_NAME with lang/gcc5 by adjusting
PKGNAMESUFFIX to also carry -devel.

Mirror the removal of Dragonfly's Makefile from lang/gcc5.
2015-04-29 18:01:57 +00:00
Stephen Montgomery-Smith
e66ebfe7c0 - Revert back to 2.2.1, because 2.2.2 requires octave-4.0.0.
- Bump portepoch.

Pointyhat:	stephen
2015-04-29 17:48:42 +00:00
Hajimu UMEMOTO
cf83075daf - Disable GSSAPI_BASE on 8.X. It seems configure fails to detect
libkrb5 on it. [1]
- Suppress empty share/doc/cyrus-imapd/man directory.
- Since vzic is not built now, we don't need to depend upon glib20.

Spotted by:	pkg-fallout [1]
2015-04-29 17:47:38 +00:00
Stephen Montgomery-Smith
d2a1f16259 - Update to 2.2.2. 2015-04-29 17:44:39 +00:00
Don Lewis
351ab93eed Remove USES=compiler:c++11-lib from mail/evolution. While it fixes
the build failure on FreeBSD 8 (and probably 9), the application
fails to start because the base version of libstdc++ is loaded at
runtime, which does not satify the requirements of webkit-gtk3.  The
reason is that evolution does not directly link to libstdc++, so
the rpath added to it by USES=compiler:c++11-lib has no effect.  The
first shared library that links to libstdc++ belongs to
evolution-data-server, which does not have USES=compiler:c++11-lib,
which causes the base version of libstdc++ to be loaded.

Unconditionally add USES=compiler:c++11-lib to
databases/evolution-data-server.  Adding the rpath to its shared
libraries will cause the newer version of libstdc++ to be loaded
when evolution starts and fix the runtime error on FreeBSD 8 and
9.  For standard versions of FreeBSD 10 and higher on amd64 and
i386, it is a no-op, so there is no harm in doing this. If FreeBSD
10 or higher is configured to build with base gcc and clang is not
present, which is an option on amd64 and i386 and is mandatory on
some tier 2 platforms that don't have clang support, then
USES=compiler:c++11-lib is needed.

PR:		199746
Differential Revision:	https://reviews.freebsd.org/D2388
Reviewed by:	kwm
Approved by:	mat (mentor)
MFH:		2015Q2
2015-04-29 17:05:19 +00:00
Eitan Adler
cb69573792 please ignore this change.
Summary:
2nd/3rd attempt - sorry for the mailing list spam

Sponsored by:	ignore me
Reviewed by:	ignore me

Differential Revision: https://reviews.freebsd.org/D2293
2015-04-29 16:57:40 +00:00
Eitan Adler
1989c6e66e please ignore this change. I am testing to see why differential is not
closing ports commits

Sponsored by:	ignore me
Reviewed by:	ignore me

    Differential Revision: https://reviews.freebsd.org/D2293
2015-04-29 16:54:25 +00:00
Diane Bruce
81bcc7d73f Quisk Version 3.6.21 March 2015
===============================
Quisk can now transmit a message from a WAV file.  Record your message at
a high level (near clipping) at 48 ksps, 16-bit, one channel (monophonic).
Then enter the file name on the Config/Config screen.  Press the "File play"
button to transmit.  Quisk will press the PTT button for you, and release it
during pauses.  To interrupt playback, press PTT or release FilePlay so you can answer.

The "Split" button has been replaced with a "Splt" button and a "Rev" button.  The "Splt"
button splits Rx and Tx; and if you click it with the right mouse button instead of the
left, it also locks the Tx frequency so tuning changes the Rx frequency.  The "Rev"
button reverses the Tx and Rx frequencies.  These features were suggested by Mario, DH5YM.

I added a new parameter mic_agc_level to the config file to control the mic AGC.  Input levels
below mic_agc_level are ignored.  The default is 0.1.  Increase this (up to 1.0) to reduce the
AGC range, and reduce it to increase the AGC mic gain boost.

Philip Lee contributed a patch to the PulseAudio code to set the play buffer size.

Prompted by:		portscout
2015-04-29 16:50:30 +00:00
Michael Moll
cf96a06131 sysutils/rubygem-hammer_cli_foreman: update to 0.2.0
Differential Revision:	https://reviews.freebsd.org/D2395
Approved by:		mat (mentor)
2015-04-29 16:43:40 +00:00
Michael Moll
0bbac8e1ff PR: 199525
Differential Revision:	https://reviews.freebsd.org/D2394
Approved by:		mat (mentor)
2015-04-29 16:41:57 +00:00
Michael Moll
50faa33206 devel/rubygem-apipie-bindings: update to 0.0.13
Differential Revision:	https://reviews.freebsd.org/D2393
Approved by:		mat (mentor)
2015-04-29 16:38:11 +00:00
Bryan Drewery
fa44fda0f0 Fix DISTNAME after USE_GITHUB changes in r384932.
PR:		199069
Pointyhat to:	bdrewery
With hat:	portmgr
2015-04-29 16:29:00 +00:00
Juergen Lock
6d28c2597b Fix build w/o OPENGL knob. (--disable-glx is now called --disable-opengl)
Reported by:	olgeni (via private email)
2015-04-29 16:28:01 +00:00
Jason Helfman
86092acf1c - fix Xen text console issue
PR:		199750
Submitted by:	lantw44@gmail.com
2015-04-29 16:25:58 +00:00
Gerald Pfeifer
9f1c496dd7 Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.
Suggested by:	mat
2015-04-29 16:01:39 +00:00
Antoine Brodin
ff072931e7 Update to 2.1.0.11 2015-04-29 16:00:08 +00:00
Renato Botelho
7fb391ce40 libkrb5.so, what was being used as reference to security/krb5 dependency, is
present in base, then port was detecting it and not registering dependency
correctly. After installation, libsss_ldap.so was linked against libk5crypto.so
but it was not present in the system. Replace explicit dependency by USES
gssapi:mit and bump PORTREVISION

Approved by:	portmgr (blanket)
2015-04-29 14:57:32 +00:00
Gerald Pfeifer
891b9dc622 Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.
Suggested by:	mat
2015-04-29 14:48:20 +00:00
Gerald Pfeifer
9a254ea139 Update to the 20150423 snapshot of GCC 4.8.5.
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. [1]

Suggested by:	mat [1]
2015-04-29 14:44:19 +00:00
Antoine Brodin
ad968d0ca4 Regen distinfo after r384932 2015-04-29 14:38:13 +00:00
TAKATSU Tomonari
95710453d3 - Update to 1.95-4.6 2015-04-29 14:10:55 +00:00
John Baldwin
bc869246e9 Update to 7.9.
- Move changes that have been adopted upstream after 7.9 into extra patches
  named after the commit to GDB's master branch.  This includes previous
  patches such as the signal trampoline detection fixes and XSAVE support
  as well as well as new fixes such as fixing 'gcore' to not require procfs.
- The tui-io.c patch previously needed with new readline has been accepted
  upstream.
- The remaining patches have been updated to apply cleanly.
- The threads target has been fixed to actually pass register requests for
  LWP-backed threads down to the ptrace backends without detouring via
  libthread_db which actually fixes AVX with threads.

PR:		199451
Differential Revision:	https://reviews.freebsd.org/D2293
Approved by:	bapt, luca.pizzamiglio@gmail.com (maintainer)
2015-04-29 13:53:45 +00:00
Jan Beich
75e129eb67 devel/onscripter: unbreak build against lang/lua53
LUAHandler.cpp:207:15: error: use of undeclared identifier 'luaL_checkint'; did you
      mean 'luaL_checkany'?
    int no  = luaL_checkint( state, 1 );
              ^~~~~~~~~~~~~
              luaL_checkany
/usr/local/include/lua53/lauxlib.h:52:18: note: 'luaL_checkany' declared here
LUALIB_API void (luaL_checkany) (lua_State *L, int arg);
                 ^
LUAHandler.cpp:207:9: error: cannot initialize a variable of type 'int' with an
      rvalue of type 'void'
    int no  = luaL_checkint( state, 1 );
        ^     ~~~~~~~~~~~~~~~~~~~~~~~~~
2015-04-29 13:53:26 +00:00
Jan Beich
bfd27175cf science/psychopy: update to 1.82.01 and overhaul
- Add .desktop file
- Add shortcut under PATH
- Define LICENSE
- Mark NO_ARCH because of no C modules
- Drop unused BUILD_DEPENDS
- Convert to USE_WX
- Replace bundled DejaVu font with slightly newer system copy

Changes:	http://www.psychopy.org/changelog.html#psychopy-1-82
PR:		199249
Submitted by:	tkato432@yahoo.com
2015-04-29 13:53:09 +00:00
Jan Beich
e771b80b60 science/psychopy: drop HOME workaround after r359201 2015-04-29 13:45:30 +00:00
Bartek Rutkowski
eb3968d130 textproc/rubygem-heredoc_unindent: update 1.1.2 -> 1.2.0
PR:		199773
Submitted by:	Loic Pefferkorn <loic-freebsd@loicp.eu> (maintainer)
2015-04-29 13:33:41 +00:00