ports/113883: New port:www/gendesign An HTML Editor support for php and css using Gtk+ and gecko

Yinghong.Liu liu_yinghong at yahoo.com.cn
Thu Jun 21 01:10:10 UTC 2007


The following reply was made to PR ports/113883; it has been noted by GNATS.

From: "Yinghong.Liu" <liu_yinghong at yahoo.com.cn>
To: bug-followup at FreeBSD.org, relaxbsd at gmail.com
Cc:  
Subject: Re: ports/113883: New port:www/gendesign An HTML Editor support
	for php and css using Gtk+ and gecko
Date: Thu, 21 Jun 2007 09:03:22 +0800

 When I set CONFIGURE_ARGS with "--with-gecko=firefox" get segfaults
 immediately at startup,but with ""--with-gecko=xulrunner" can work
 correctly. Don't howto fix it now. 
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=113883
 
 diff -uNr gendesign.orig/Makefile gendesign/Makefile
 --- gendesign.orig/Makefile	Thu Jun 21 07:34:46 2007
 +++ gendesign/Makefile	Thu Jun 21 08:45:22 2007
 @@ -1,6 +1,6 @@
  # Ports collection Makefile for:	gendesign
  # Date created:				20 Jun 2007
 -# Whom:					Yinghong.Liu <liu_yinghong at yahoo.com.cn
 +# Whom:					Yinghong.Liu <liu_yinghong at yahoo.com.cn>
  #
  # $FreeBSD$
  #
 @@ -19,15 +19,13 @@
  INSTALLS_ICONS=	yes
  USE_GETTEXT=	yes
  USE_BZIP2=	yes
 -USE_GECKO=	firefox seamonkey firefox15<->firefox xulrunner
 +USE_GECKO=	xulrunner firefox seamonkey firefox15<->firefox
  USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui
  WANT_GNOME=	yes
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
  INSTALLS_OMF=	yes
  CONFIGURE_ARGS=	--with-gecko=${GECKO}
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
 -		LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
  
  PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
  
 @@ -52,6 +50,8 @@
  		${WRKSRC}/configure
  	@${REINPLACE_CMD} -e 's|doc/gendesign|share/doc/gendesign|g' \
  		${WRKSRC}/Makefile.in
 +	@${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = msgfmt|g' \
 +		${WRKSRC}/po/Makefile.in.in
  
  post-install:
  .if !defined(NOPORTDOCS)
 
 



More information about the freebsd-ports-bugs mailing list