Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2010 02:40:04 GMT
From:      MJBrune <admin@mjbrune.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/146103: New Port: editors/textroom, an editor to get you writing right away
Message-ID:  <201004280240.o3S2e4J8024756@freefall.freebsd.org>

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

From: MJBrune <admin@mjbrune.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146103: New Port: editors/textroom, an editor to get you
 writing right away
Date: Tue, 27 Apr 2010 19:31:28 -0700

 This is a multi-part message in MIME format.
 --------------070203060500090903030600
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 follow up patch to fix mistakes.  Sorry for the errors.
 
 -- 
 Michael James Brune
 206-552-8572
 
 
 --------------070203060500090903030600
 Content-Type: text/plain;
  name="textroom.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="textroom.txt"
 
 --- src/textroom/Makefile	2010-04-27 18:34:35.000000000 -0700
 +++ /usr/jail/home/james/src/ports/textroom/Makefile	2010-04-27 19:21:45.000000000 -0700
 @@ -14,10 +14,9 @@
  COMMENT=	Textroom editor
  
  BUILD_DEPENDS=  hunspell:${PORTSDIR}/hungarian/hunspell
 -LIB_DEPENDS=    SDL_mixer:${PORTSDIR}/audio/sdl_mixer
  
 -USE_SDL=	yes
 -HAS_CONFIGURE=	yes
 +USE_SDL=	sdl mixer
 +USE_CONFIGURE=	yes
  USE_GZIP=	yes
  
  WRKSRC=         ${WRKDIR}/${PORTNAME}
 @@ -29,8 +28,8 @@
  
  post-patch:
  	@${REINPLACE_CMD} -e 's|-lhunspell|-lhunspell-1.2|' ${WRKSRC}/textroom.pro
 -	@${REINPLACE_CMD} -e 's|/usr/share/|/usr/local/share|' ${WRKSRC}/textroom.pro
 -	@${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|' ${WRKSRC}/textroom.pro
 +	@${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share|' ${WRKSRC}/textroom.pro
 +	@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' ${WRKSRC}/textroom.pro
  
  do-configure:
  	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
 
 --------------070203060500090903030600--



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