Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2009 13:40:03 GMT
From:      Naveen Nathan <naveen@lastninja.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/141798: ghostscript8 (8.70) doesn't build
Message-ID:  <200912201340.nBKDe3gT027161@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/141798; it has been noted by GNATS.

From: Naveen Nathan <naveen@lastninja.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141798: ghostscript8 (8.70) doesn't build
Date: Sun, 20 Dec 2009 05:30:36 -0800

 --yrj/dFKFPuw6o+aM
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Actually, the last patch didn't work. I'm attaching a new patch that
 appears to work correctly. I tested it with FT_BRIDGE both enabled
 and disabled to make sure both versions build without issue.
 
 -- 
 Naveen Nathan
 
 To understand the human mind, understand self-deception. - Anon
 
 --yrj/dFKFPuw6o+aM
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="Makefile.patch"
 
 --- Makefile.orig	2009-12-20 09:19:09.894100078 -0800
 +++ Makefile	2009-12-20 09:44:43.956448298 -0800
 @@ -38,7 +38,7 @@
  		EXTRALIBS="${EXTRALIBS}" \
  		SOC_LOADER="dxmainc.c"
  CONFIGURE_ENV=	${MAKE_ENV} \
 -		CPPFLAGS="-DUPD_SIGNAL=0 -I. -I${WRKSRC}/jasper/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
 +		CPPFLAGS="-DUPD_SIGNAL=0 -I. -I${WRKSRC}/jasper/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${WRKSRC}/freetype/include -I${WRKSRC}/freetype/include/freetype" \
  		LDFLAGS="-L${LOCALBASE}/lib"
  CONFIGURE_ARGS=	--disable-compile-inits \
  		--enable-contrib \
 @@ -245,10 +245,6 @@
  	${MKDIR} ${WRKSRC}/freetype/objs
  	${LN} -s -f ${LOCALBASE}/lib/libfreetype.so \
  		${WRKSRC}/freetype/objs/freetype214MT_D.so
 -# bug in 8.64.  Fixed in r9467.
 -	${MV} ${WRKSRC}/base/write_t[12].[ch] \
 -		${WRKSRC}/base/wrfont.[ch] \
 -		${WRKSRC}/psi
  .endif
  
  pre-su-install:
 
 --yrj/dFKFPuw6o+aM--



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