Commit graph

39 commits

Author SHA1 Message Date
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Jan Beich
d0e1ac1a7e audio/lv2core: deprecate in favor of audio/lv2 (try#2)
- Switch existing consumers to audio/lv2

PR:		197126, 213285 (for tracking)
2016-11-05 02:59:28 +00:00
Jan Beich
ce7757fd6f audio/lv2core: backout r425367 to re-land cleanly 2016-11-05 02:59:01 +00:00
Jan Beich
5b884f4bfa audio/lv2core: deprecate in favor of audio/lv2
- Switch existing consumers to audio/lv2

PR:		197126, 213285 (for tracking)
2016-11-05 01:19:47 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Kurt Jaeger
3cd17b143e audio/calf: Fix build with libc++ 3.8.0
- change some patches to conform to makepatch rules

PR:		209333
Submitted by:	dim
2016-05-06 19:25:49 +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
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Wen Heping
aa6b0e6396 - Update to 0.0.60
PR:		199207
Submitted by:	tkato432@yahoo.com
2015-06-20 09:24:26 +00:00
Dmitry Marakasov
d4b7e49c87 - Strip libraries
Approved by:	portmgr blanket
2015-05-25 20:16:45 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +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
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Dmitry Marakasov
c48c4a1ca0 - Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 12:15:46 +00:00
Dmitry Marakasov
ec62447dd4 - Switch to USES=libtool, drop .la files 2014-06-16 14:02:55 +00:00
Dmitry Marakasov
7099f3ea92 - Minor port cleanup
PR:		188145
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-04-23 01:14:42 +00:00
Dmitry Marakasov
756e4d914e - Fix build on HEAD (unknown clang options -finline-*) 2014-04-03 11:17:49 +00:00
Martin Wilke
5cc4dc2e66 - Fix build with clang
PR:		185500
Submitted by:	Ports Fury
2014-01-19 09:26:25 +00:00
John Marino
01ff0cf20f audio/calf: Unbreak on most platforms by fixing plist
It is still broken on FreeBSD 10+:
fixed_point.h: error: 'data' declared as an array with a negative size (4x)
2013-12-13 10:05:42 +00:00
Baptiste Daroussin
9b51ce6107 Support stage
Use options helpers
2013-11-24 19:10:43 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +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
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Baptiste Daroussin
5163781803 Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:01:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Baptiste Daroussin
c7e6af83bc Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS 2012-12-31 14:25:11 +00:00
Beech Rintoul
e2077b3043 - Update to version 0.0.19
PR:		ports/174165
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-13 18:28:12 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Tilman Keskinoz
868096beef Update to 0.0.18.6
PR:		153483
Submitted by:	Armin Pirkovitsch
2010-12-28 13:23:35 +00:00
Edward Tomasz Napierala
11ba2822cf Drop maintainership for ports I can't maintain anymore. 2010-10-25 20:09:06 +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
Edward Tomasz Napierala
f4b33d1d9b Improve BROKEN. 2009-09-14 16:46:41 +00:00
Martin Wilke
e6e8eed43e - Mark BROKEN Does not compile 2009-09-14 07:00:03 +00:00
Edward Tomasz Napierala
e8585a459a The Calf project aims at providing a set of high quality open source
audio plugins for musicians. All the included plugins are designed
to be used with multitrack software, as software replacement for
instruments and guitar stomp boxes.

The plugins are available in following formats:

 - DSSI (both synthesizers and effects, GTK+ GUI is included)

 - Standalone JACK client application with GTK+-based GUI

 - LADSPA (only effect plugins, GUI not available unless host supports
   DSSI-style GUI for LADSPA), with LRDF. Note that use of LADSPA
   is strongly discouraged, as the limitations of the standard may cause
   serious inconvenience.

WWW:    http://calf.sourceforge.net/
2009-08-27 06:07:56 +00:00