Commit graph

74 commits

Author SHA1 Message Date
Alexey Dokuchaev
022e62c7f3 - Belatedly update to version 2.8.16
- Fix a typo made by bapt@ in r355514 during USES=scons conversion
- Remove no longer needed pre-build gimmick and BUILD_DEPENDS for VST
- Backport tempo line assert fix from 3.0 to stop crashing under some
  relatively easy to hit conditions (obtained from SlackBuilds repo)
- Unrestrict: VST support doesn't require Steinberg SDK since r240929
  (version 2.8.2) and is disabled by default anyways
2015-04-02 17:15:52 +00:00
Antoine Brodin
5366017ee2 Allow building with libc++ r224926
Submitted by:	dim@
2015-01-10 19:03:28 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +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
Dmitry Marakasov
2fefd9560a - Switch audio/aubio to USES=libtool, drop .la files
- Bump dependees as .so version has changed

Approved by:	portmgr blanket
2014-06-05 18:23:53 +00:00
Baptiste Daroussin
8c347e302f Convert to USES=scons 2014-05-27 13:34:23 +00:00
Eitan Adler
1e6c426e3d audio/ardour: add restricted.
Per LEGAL add a RESTRICTED tag to audio/ardour.

Approved by:	portmgr (implicit)
2014-03-11 23:17:44 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Alexey Dokuchaev
ef0ae999f6 - Add a proxy method to access protected IO::connecting_legal field from
Session::add_routes(); no idea why it worked before with GCC 4.2
- Switch from using non-standard STL slist container (which is not available
  with libc++) to the one provided by boost::container::slist, it allows to
  build Ardour on all supported FreeBSD versions/compilers
- Fix remaining cases of boost::shared_ptr to fix the build against Clang
2013-12-24 04:01:44 +00:00
Alexey Dokuchaev
4d15cb7b6f - Fix several C++ issues with modern compilers
- While here, stagify and mute REINPLACE_CMD's
2013-12-24 01:15:44 +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
Antoine Brodin
df1104c674 Add an explicit dependency on pkgconf
Obtained from:	portmgr (bapt)
2013-09-08 08:27:08 +00:00
Daniel Eischen
62828ab4fa Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER.
2013-07-13 17:23:19 +00:00
Rene Ladan
4e4178dab5 In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
2013-04-29 16:43:05 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Alexey Dokuchaev
28b5ffd465 - Update to version 2.8.14
- Convert to new OPTIONS syntax
- Cleanup dependencies
- Sort pkg-plist
2012-08-21 03:48:27 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik
0aef12feae - Mark BROKEN on amd64/7:
libs/ardour/io.cc:2562: error: no matching function for call to 'max(float&, double)'

Reported by:	pointyhat
Feature safe:	yes
2011-01-30 21:52:31 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dima Panov
b9e8e9b771 - Split redland to rasqal and redland itself libraries
- Update raptor to 1.4.21
- Update rasqal to 0.9.19
- Update redland to 1.0.10
- Update redland-bindings to 1.0.10.1
- Bump portrevision on depended ports

With hat on:	kde@
2010-05-11 12:23:23 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Alexey Dokuchaev
0d8523a5ad Fix PLIST (do not try to remove directories that are part of mtree). 2009-10-01 03:24:56 +00:00
Pav Lucistnik
bd70cb6fa8 - Mark BROKEN: bad plist
Reported by:	pointyhat
2009-09-30 20:46:52 +00:00
Alexey Dokuchaev
b372dc3826 - Unbreak the build against SoundToutch (detect it correctly) [1]
- Should build on amd64 fine, remove BROKEN statement [2]
- Primary master site no longer allows direct downloads, comment it out
- COMMENT should not contain package name: it's redundant; fix this
- Clean up Makefile header while here

Submitted by:	trasz [1, 2]
Feature safe:	yes
2009-09-20 00:23:02 +00:00
Alexey Dokuchaev
c943dce672 Reformat description text.
Feature safe:	yes
2009-09-18 19:13:07 +00:00
Edward Tomasz Napierala
f59ed04c15 Pass maintainership back to danfe@. Communication problem on my side;
sorry for that.
2009-09-05 20:39:08 +00:00
Edward Tomasz Napierala
0a29e3508d Update to 2.8.2, take maintainership.
VST doesn't require Steinberg SDK anymore, but patch for Wine is required;
otherwise, build will fail with compilation error.

Approved by:	maintainer timeout
2009-09-05 15:38:05 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Pav Lucistnik
41d14e7214 - Mark BROKEN on amd64: does not compile
Reported by:	pointyhat
2009-04-02 21:25:21 +00:00
Edward Tomasz Napierala
e7ddc4fd46 Update audio/liblo to 0.26. 2009-03-31 05:25:03 +00:00
Edward Tomasz Napierala
29896a083b Pass maintainership. 2009-03-12 11:04:32 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Edward Tomasz Napierala
b7a0d13a40 Update to 2.7.1.
Fix for VST is pending.
2009-02-21 10:52:31 +00:00
Pav Lucistnik
2c75dd4b92 - Mark BROKEN on FreeBSD 6.x: needs posix_memalign()
Reported by:	pointyhat
2008-12-19 17:26:13 +00:00
Edward Tomasz Napierala
24f26f9539 Update audio/ardour to 2.7. 2008-11-24 17:08:42 +00:00
Edward Tomasz Napierala
a2855f5fa5 Update to 2.6.1. 2008-11-10 21:30:04 +00:00
Edward Tomasz Napierala
bc51de8829 Update Ardour to 2.5. Yes, I know there is already a newer
version there.
2008-11-09 07:36:00 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00
Edward Tomasz Napierala
e26b69b0b2 - Update to 2.4.1. 2008-04-11 16:48:29 +00:00
Edward Tomasz Napierala
9f536232e7 - Fix distinfo to include checksums for optional file. 2008-03-30 12:35:46 +00:00
Edward Tomasz Napierala
716547f6fc - Update to 2.3.1. 2008-02-21 17:31:54 +00:00