gd-nox11-2.0.15 (graphics/gd-nox11) won't build

Jon Noack noackjr at alumni.rice.edu
Wed Jul 9 23:58:13 PDT 2003


OK -- my original email was slightly in error.  I was actually trying to 
build graphics/gd-nox11 instead of graphics/gd2.  In any case, I've 
tracked the error down to gd2/files/Makefile.bsd (included from 
gd2/Makefile which is in turn included from gd-nox11/Makefile).

gd-nox11/Makefile has the following defines before the include:
WITHOUT_X11=            yes
WITHOUT_XPM=            yes

gd2/files/Makefile.bsd acts as if these 2 are not defined while 
gd2/Makefile obeys them.  If I define them in /etc/make.conf, the build 
works fine.

To sum up, the issue is that gd2/files/Makefile.bsd is not inheriting 
defined values from gd-nox11/Makefile (through gd2/Makefile).

Everyone got that?  good... (sorry if it was confusing)
Jon Noack

daichi said the following on 7/9/2003 11:36 PM:
> Can you install gd-nox11 with follow patch ?
> 
> --- gd2/Makefile.orig   Thu Jul 10 13:34:59 2003
> +++ gd2/Makefile        Thu Jul 10 13:35:34 2003
> @@ -30,9 +30,9 @@
>  PKGNAMESUFFIX= -nox11
>  .if !defined(WITHOUT_XPM)
>  LIB_DEPENDS+=  Xpm:${PORTSDIR}/graphics/xpm
> -.endif
>  .else
>  USE_XPM=       yes
> +.endif
>  .endif
>  
>  .if defined(WITH_LZW) || defined(HAVE_UNISYS_LICENSE) || \
> 
> --
>   Daichi GOTO, http://people.freebsd.org/~daichi



More information about the freebsd-ports mailing list