Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 18:58:50 +0400
From:      Boris Samorodov <bsam@passap.ru>
To:        freebsd-ports@freebsd.org, dinoex@FreeBSD.org
Subject:   Re: graphics/gd fails to install
Message-ID:  <50F9632A.9030805@passap.ru>
In-Reply-To: <20130117173541.GK1410@funkthat.com>
References:  <20130117173541.GK1410@funkthat.com>

next in thread | previous in thread | raw e-mail | index | archive | help
(maintainer is CCed)

17.01.2013 21:35, John-Mark Gurney пишет:
> Looks like some fall out from the removal of old no underscore options..
> 
> Does anyone mind if I commit this patch:
> Index: graphics/gd/files/Makefile.bsd
> ===================================================================
> --- graphics/gd/files/Makefile.bsd	(revision 310554)
> +++ graphics/gd/files/Makefile.bsd	(working copy)
> @@ -40,7 +40,7 @@
>  
>  install:
>  	mkdir -p ${PREFIX}/include
> -	${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true \
> +	${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NO_PROFILE=true \
>  		SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \
>  		-f ${MAKEDIR}/bsd.lib.mk install
>  	cd ${.CURDIR} && ${BSD_INSTALL_DATA} ${INCS} ${PREFIX}/include
> 
> w/o it on a recent HEAD it tries to install libgd_p.a which isn't built...

Hereby confirm the bug and the fix at:
-----
% uname -a
FreeBSD BB051.wart.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245551: Thu
Jan 17 18:07:59 SAMT 2013
bsam@BB051.wart.ru:/usr/obj/usr/src/sys/BB64X  amd64
-----

Thanks!
-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



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