Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 17:09:43 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Tijl Coosemans <tijl@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r375689 - in head/audio/libsidplay2: . files
Message-ID:  <20150118140942.GA82687@hades.panopticon>
In-Reply-To: <201412271753.sBRHrBjb014363@svn.freebsd.org>
References:  <201412271753.sBRHrBjb014363@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Tijl Coosemans (tijl@FreeBSD.org) wrote:

This breaks dependent ports, namely xmms2 and vlc.

> Author: tijl
> Date: Sat Dec 27 17:53:10 2014
> New Revision: 375689
> URL: https://svnweb.freebsd.org/changeset/ports/375689
> QAT: https://qat.redports.org/buildarchive/r375689/
> 
> Log:
>   Enable -fPIC only for libresid-builder.a
> 
> Added:
>   head/audio/libsidplay2/files/patch-configure   (contents, props changed)
> Modified:
>   head/audio/libsidplay2/Makefile
> 
> Modified: head/audio/libsidplay2/Makefile
> ==============================================================================
> --- head/audio/libsidplay2/Makefile	Sat Dec 27 15:28:46 2014	(r375688)
> +++ head/audio/libsidplay2/Makefile	Sat Dec 27 17:53:10 2014	(r375689)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	libsidplay2
>  PORTVERSION=	2.1.1
> -PORTREVISION=	6
> +PORTREVISION=	7
>  CATEGORIES=	audio emulators
>  MASTER_SITES=	SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
>  DISTNAME=	sidplay-libs-${PORTVERSION}
> @@ -16,8 +16,6 @@ INSTALL_TARGET=	install-strip
>  USES=		gmake libtool pathfix pkgconfig
>  USE_LDCONFIG=	yes
>  
> -CFLAGS_amd64+=	-fPIC
> -
>  post-patch:
>  	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
>  		${WRKSRC}/libsidutils/src/ini/ini.cpp
> 
> Added: head/audio/libsidplay2/files/patch-configure
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/audio/libsidplay2/files/patch-configure	Sat Dec 27 17:53:10 2014	(r375689)
> @@ -0,0 +1,10 @@
> +--- configure.orig
> ++++ configure
> +@@ -1745,6 +1745,7 @@
> + echo; echo "Configuring resid-builder..."
> + cd $pwd/builders/resid-builder
> + if ! eval ./configure $ac_configure_args \
> ++--with-pic \
> + --with-sidplay2-includes=$pwd/libsidplay/include \
> + --with-sidplay2-library=$pwd/libsidplay/src \
> + --with-resid-includes=$pwd/resid \
> 

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150118140942.GA82687>