Commit graph

76 commits

Author SHA1 Message Date
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Dmitry Marakasov
3b2ab23e7f - Update to 0.7.5
- While here, fix LICENSE, switch to USES=localbase and remove duplicate docs installation

PR:		211994
Submitted by:	yamagi@yamagi.org (maintainer)
2016-08-23 13:29:17 +00:00
Kurt Jaeger
44f3523f12 audio/ncmpcpp: 0.7.3 -> 0.7.4
- Fetching lyrics from lyricwiki.org was fixed.
- Configure script now continues without errors if ICU library was not found.

PR:		208920
Submitted by:	yamagi@yamagi.org (maintainer)
2016-04-21 18:46:45 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Martin Wilke
700e649864 - Update to 0.7.3
PR:		206736
Submitted by:	maintainer
2016-02-23 10:07:01 +00:00
Martin Wilke
f4486d2a04 - Update to 0.7.1
PR:		205071
Submitted by:	maintainer
2016-01-10 07:35:02 +00:00
Thomas Zander
dca9c94809 Update to upstream version 0.7.0-b1
PR:		204499
Submitted by:	yamagi@yamagi.org (maintainer)
2015-11-15 16:21:01 +00:00
Wen Heping
723923702c - Update to 0.6.7
PR:		203095
Submitted by:	yamagi@yamagi.org(maintainer)
2015-09-18 09:00:11 +00:00
Mathieu Arnold
bc0d524329 Fix previous commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-08-19 13:41:51 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Thomas Zander
be19e9ffcc Fix shuffle playback
(random number generator is not initialised properly)

While on it:
Pet portlint

PR:		201645
Submitted by:	yamagi@yamagi.org (maintainer)
MFH:		2015Q3
2015-08-02 14:03:56 +00:00
Dmitry Marakasov
9e2d90534b - Update to 0.6.5
PR:		201453
Submitted by:	yamagi@yamagi.org (maintainer)
2015-07-10 16:32:18 +00:00
Johannes Jost Meixner
c23011a970 audio/ncmpcpp: update to 0.6.4, assign maintainership
- update to 0.6.4
- assign maintainership submitter

PR:		199990
Submitted by:	yamagi@yamagi.org
Approved by:	maintainer timeout (2 weeks, third time in a row)
2015-05-21 09:20:34 +00:00
John Marino
112f62e6b9 audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
2015-03-25 21:37:39 +00:00
Johannes Jost Meixner
8cf1bde174 audio/ncmpcpp: update to 0.6.3
- Update to 0.6.3

PR:		198426
Differential Revision:	https://reviews.freebsd.org/D2117
Submitted by:	yamagi@yamagi.org
Approved by:	maintainer timeout (2 weeks)
Approved by:	swills (mentor)
2015-03-25 19:15:26 +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
Baptiste Daroussin
a826c41d7f Clean up some now useless PLIST_DIRS* 2014-12-20 13:57:20 +00:00
Antoine Brodin
483dc28c12 This port was using aclocal without autoconf which triggered autoconf
during build
Remove use of autotools as it's not needed
2014-09-06 18:49:15 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Adam Weinberger
bbf9606858 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 14:41:47 +00:00
Dmitry Marakasov
1e9d58396e - Convert USE_BZIP2 to USES
- Fix build on 10.x
- Switch to USES=libtool

Approved by:	portmgr blanket
2014-06-16 15:30:39 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Antoine Brodin
6375b037d1 Finish stage support
Reported by:	poudriere
With hat:	portmgr
2014-04-01 20:11:29 +00:00
Dennis Herrmann
8989bd27db - Fix build on 10.x
- Support stage

PR:		ports/185262
Submitted by:	Yamagi Burmeister <yamagi@yamagi.org>
2013-12-29 11:31:22 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Ade Lovett
b3b33257e5 - Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
2013-07-16 05:42:36 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
94816a9ca7 Add an explicit dependency on pkgconf to fix build 2013-07-05 07:13:14 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
baedaefc13 Convert dhn's ports to the new options framework
While here trim headers and convert some USE_GNOME=pkgconfig to
USE_PKGCONFIG=build

Approved by:	maintainer (dhn)
2013-01-07 20:50:20 +00:00
Dennis Herrmann
96e6b353ad - Update to 0.5.10
Feature safe:	yes
2012-04-02 13:18:13 +00:00
Dennis Herrmann
0f15b1a8ce - Update to 0.5.9
Feature safe:	yes
2012-03-18 11:14:54 +00:00
Martin Wilke
e8f615fbc7 - Get rid FreeBSD 6.X support 2011-11-06 16:36:34 +00:00
Brendan Fabeny
ac39d25cb1 - update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:	ache, C. Burns, wen
2011-10-17 10:08:33 +00:00
Dennis Herrmann
9de1a973df - Update to 0.5.8 2011-10-12 05:57:58 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Dennis Herrmann
c1a296e03e - Update to 0.5.7 2011-04-23 08:40:57 +00:00
Baptiste Daroussin
8d27ddb9bd Add a new macro to deal with conflict between ncurses from base and ncurses from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:		ports/155269
Submitted by:	me
Reviwed by:	pav@
Approved by:	portmgr (pav@)
Exp-run by:	portmgr (pav@)
2011-04-11 08:34:17 +00:00
Dennis Herrmann
76569348df - Add Outputs Screen support
- Bump PORTREVISION
2011-02-17 21:23:44 +00:00
Dennis Herrmann
92ff905784 - Update to 0.5.6 2011-01-03 12:39:53 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Dennis Herrmann
5966a3171c - Update to 0.5.5 2010-09-06 18:29:14 +00:00
Dennis Herrmann
e855cab780 - Update to 0.5.4 2010-06-07 15:57:20 +00:00
Dennis Herrmann
9060c352e0 - Update to 0.5.3 2010-04-04 10:09:31 +00:00