Commit graph

14159 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
da1782cab8 - Update *_DEPENDS
- Add LICENSE
- Bump PORTREVISION for dependency change
2015-01-03 07:11:14 +00:00
Sunpoet Po-Chuan Hsieh
8469af53a7 - Update *_DEPENDS
- Add LICENSE
- Bump PORTREVISION for dependency change
2015-01-03 07:11:08 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Emanuel Haupt
aa7692e29d Update to 4.3.3 2015-01-02 15:45:02 +00:00
Pawel Pekala
2c623ca15c - Update to version 0.2.8, add LICENSE [1]
- Fix build on DragonFly and when LOCALBASE != PREFIX [2]
- Make sure to link with audio/portaudio2 [2]

PR:		196054
Submitted by:	maintainer [1], Jan Beich [2]
2015-01-01 19:56:44 +00:00
Christian Weisgerber
7070ad766e On i386, setting CPUTYPE=pentium-m or such will cause __SSE__ to
appear.  This in turn triggers an #ifdef branch that tries to include
<cpuid.h>, but gcc on 9.x doesn't have that header.  Make
query_cpu_support() skip cpuid and always return 0 as it is only
used for a sanity check that we don't need.

PR:		195881
2014-12-31 15:46:11 +00:00
Ruslan Makhmatkhanov
708fe4e2d2 audio/exaile: update to 3.4.3 2014-12-31 09:51:49 +00:00
Antoine Brodin
38e8f93368 Update devel/doxygen to 1.8.9
PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
2014-12-31 06:45:10 +00:00
Tilman Keskinoz
aaf7aa2426 Update to 2.3.0
PR:		195512
Approved by:	maintainer timeout
2014-12-30 21:23:12 +00:00
Johannes Jost Meixner
1712ad4379 audio/ncmpcpp: Update to 0.6.2
- Remove broken MASTER_SITES
- Force a C++11 compiler and stdlib
- Add dependency to devel/boost-libs
- Force BOOST_LIB_SUFFIX to be empty (required for configure)
- Enable UTF8 by default (most music collections nowadays have files with utf-8
  encoded names and tags)
- Enable TAGLIB by default (taglib is nice to have but adds a dependecy to the
  rather small audio/taglib)
- Do not install ${DOCSDIR}/keys since it was removed
- Install ${DOCSDIR}/ncmpcpp-completion.bash and ${DOCSDIR}/bindings
- Update pkg-message
- Remove files/patch-src__visualizer.h since it's not needed any more

PR:		195070
Differential Revision:	https://reviews.freebsd.org/D1325
Submitted by:	yamagi@yamagi.org
Approved by:	maintainer timeout (4 weeks)
Approved by:	koobs (mentor)
2014-12-29 09:01:34 +00:00
Dmitry Marakasov
bab3fab558 - Fix install
- Fix timidity directory
- Add pkg-message with information on timidity configuration
2014-12-29 01:16:17 +00:00
Grzegorz Blach
d5b6b4643f Mark deprecated. In audio/abcde dependency has been changed
to audio/py-eyed3.
2014-12-28 20:32:58 +00:00
Baptiste Daroussin
e6f21be1ef Convert to autoreconf 2014-12-28 19:12:25 +00:00
Baptiste Daroussin
3eb821bea5 convert to USES=autoreconf 2014-12-28 19:10:52 +00:00
Baptiste Daroussin
ff676ca4a3 Convert to USES=autoreconf 2014-12-28 19:07:21 +00:00
Pawel Pekala
cdca5d3c0a - Update to version 1.3.8
- Add NLS option, convert to option helpers

PR:		195862
Submitted by:	Vladimir Kondratiev <wulf@cicgroup.ru>
Approved by:	maintainer timeout
2014-12-28 15:30:30 +00:00
Tijl Coosemans
1c89770e45 Enable -fPIC only for libresid-builder.a 2014-12-27 17:53:10 +00:00
Grzegorz Blach
a781a6e13c - Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
2014-12-27 00:09:02 +00:00
Antoine Brodin
53925843da Deprecate ports broken for more than 6 months 2014-12-26 21:47:10 +00:00
Thomas Zander
c4aeb41daf - Fix build break of ports expecting -fPIC for libsidplay2 on amd64
- Bump PORTREVISION of libsidplay2 and sidplay2 (package change)

PR:		195343
Submitted by:	crest@sahiro.org
MFH:		2014Q4
2014-12-26 19:36:40 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Dmitry Marakasov
62441e07e5 - Strip library
Approved by:	bapt
2014-12-24 11:58:58 +00:00
Olli Hauer
311e3b182f - rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
2014-12-24 06:03:22 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
9439524705 Properly fix for png > 1.5 2014-12-23 22:56:51 +00:00
Mathieu Arnold
92fbc75c13 Catch up abusive uses of ${SITE_PERL}.
Sponsored by:	Absolight
2014-12-23 02:22:19 +00:00
Mark Felder
f05c3f3ebb New maintainer 2014-12-22 22:17:21 +00:00
Ruslan Makhmatkhanov
8bb7551e9d Grab maintainership 2014-12-22 17:41:54 +00:00
Mark Felder
49b34c9d3d Update "BSD" license 2014-12-22 17:41:14 +00:00
Koop Mast
91f8647292 Update Gstreamer framework to 1.4.5. 2014-12-22 10:22:38 +00:00
Antoine Brodin
2dd1b645d0 Shebangfix 2014-12-21 21:34:03 +00:00
Antoine Brodin
bf13d25b7f - Add missing run dependency on perl
- Shebangfix
2014-12-21 21:15:08 +00:00
Mark Felder
e62ea21ddb Update to 1.3.9
PR:		196160
2014-12-21 16:14:55 +00:00
Baptiste Daroussin
8259e9db09 Get rid of gnomehier 2014-12-20 23:11:15 +00:00
Antoine Brodin
c69e6a6ae4 Use GH_COMMIT 2014-12-20 17:37:35 +00:00
Antoine Brodin
2459b0a226 Use GH_COMMIT 2014-12-20 17:22:12 +00:00
Mark Felder
e23f55f07c Update to 2.0.2
PR:		196154
2014-12-20 15:55:51 +00:00
Baptiste Daroussin
a826c41d7f Clean up some now useless PLIST_DIRS* 2014-12-20 13:57:20 +00:00
Thomas Zander
f8549d1e31 Update to upstream version 0.24
While on it:
- Add LICENSE*
- Fix conditional installation of lyrics helper scripts

PR:		193999
Submitted by:	henrik@affekt.org
Reviewed by:	riggs
Approved by:	maintainer (timeout)
2014-12-20 11:32:02 +00:00
Antoine Brodin
ef00880739 Mark BROKEN: fails to configure
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
configure: error: Cannot find GTK >= 3.4.2
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout
2014-12-19 18:45:13 +00:00
Chris Rees
35fa59bf4f Fix build on 10.1-- temporary fix until clang bug investigated
PR:		ports/195888
Submitted by:	martin.dieringer
2014-12-19 17:08:44 +00:00
Grzegorz Blach
d35d2175c6 - Update to 2.6
- Use OPTIONS helpers
- Convert pkg-plist to PLIST_FILES
2014-12-19 13:19:21 +00:00
Mathieu Arnold
f188fbe028 Update the stupidity fix after BSDPAN removal.
Noticed by:	antoine
Sponsored by:	Absolight
2014-12-18 15:11:38 +00:00
Guido Falsi
32c8545927 Update to 2.6
PR:		196009
Submitted by:	frase at frase.id.au (maintainer)
2014-12-18 12:36:03 +00:00
Baptiste Daroussin
17032b5040 Convert to USES=autoreconf 2014-12-18 11:37:58 +00:00
Baptiste Daroussin
aff7914c08 Convert to USES=autoreconf
Strip binaries
2014-12-18 11:35:50 +00:00
Baptiste Daroussin
267fc2133e Convert to USES=autoreconf
Strip binaries
2014-12-18 11:03:03 +00:00
Baptiste Daroussin
b89438b2ab Convert to USES=autoreconf 2014-12-18 11:00:31 +00:00
Baptiste Daroussin
632840b7c3 Convert to USES=autoreconf 2014-12-18 10:57:57 +00:00