non port: audio/gstreamer-plugins-moodbar/Makefile |
Number of commits found: 22 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 2 Aug 2015
|
15:03 tijl
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
 |
Sunday, 31 Aug 2014
|
16:36 tijl
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
 |
Friday, 23 May 2014
|
17:18 lx
Hand back to ports@.
 |
Monday, 28 Apr 2014
|
17:27 bapt
Support stage
 |
Wednesday, 11 Dec 2013
|
14:35 bapt
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
 |
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
 |
Friday, 6 Sep 2013
|
12:12 bapt
Add an explicit dependency on pkgconf
 |
Friday, 30 Aug 2013
|
23:01 bapt
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
 |
Monday, 17 Oct 2011
|
10:08 bf
- 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
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Wednesday, 17 Feb 2010
|
22:19 lx
Fix crash described at http://chakra-project.org/bbs/viewtopic.php?pid=14917
Submitted by: Ronald Klop
Feature safe: yes
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
 |
Friday, 6 Jun 2008
|
13:07 edwin
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)
 |
Thursday, 5 Jul 2007
|
12:21 ahze
Force -O2 in CFLAGS to fix runtime in -CURRENT
 |
Thursday, 7 Jun 2007
|
14:04 ahze
Switch from using mad to mp3 in USE_GSTREAMER
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Saturday, 21 Apr 2007
|
20:16 lx
Fix dependency on fftw3.
PR: ports/111987
Submitted by: Carl Johan Gustavsson <cjg@bsdmail.org>
Reviewed by: lx
Approved by: edwin (mentor)
 |
Friday, 20 Apr 2007
|
07:58 kris
BROKEN: Does not compile
 |
Tuesday, 10 Apr 2007
|
02:06 edwin
add missing trailing \.
Pointy hat to: lx
Noticed by: dvl@
 |
01:38 lx
Remove dependency on Amarok - moodbar doesn't need it. Also add a mirror
and take maintainership while I'm at it.
Approved by: edwin (mentor)
 |
Monday, 9 Apr 2007
|
21:15 lx
The moodbar shows you the "mood" of a track, which you can then use to
figure out when something interesting happens in the song.
http://amarok.kde.org/wiki/Moodbar
WWW: http://pwsp.net/~qbob/
PR: ports/110773
Submitted by: Alexander Bechikov <goo@t72.ru>
Approved by: edwin (mentor)
 |
Number of commits found: 22 |