diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-10 06:46:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-10 06:46:22 +0800 |
commit | 44b4613473caa8a154e6191898934fd630809e8c (patch) | |
tree | 790cb502a5aff33661c526dfe45106331638c2c0 /audio | |
parent | ca3001c1d3b638eee476a5ae1921f2cab46b36d8 (diff) | |
download | freebsd-ports-gnome-44b4613473caa8a154e6191898934fd630809e8c.tar.gz freebsd-ports-gnome-44b4613473caa8a154e6191898934fd630809e8c.tar.zst freebsd-ports-gnome-44b4613473caa8a154e6191898934fd630809e8c.zip |
Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3plot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 4bdb02acbd6e..fce49f774047 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -12,6 +12,8 @@ COMMENT= Mp3 bitrate plot tool LICENSE= GPLv2 +BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables + LIB_DEPENDS= libboost_thread.so:devel/boost-libs OPTIONS_DEFINE= GD IMAGEMAGICK @@ -30,8 +32,6 @@ GD_LIB_DEPENDS= libgd.so:graphics/gd IMAGEMAGICK_CONFIGURE_ENABLE= magick IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick -BROKEN_powerpc64= Does not build on powerpc64 - post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure |