Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2007 08:20:03 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/117438: x11-wm/vtwm: recent changes break make index, make describe on 6.2-Stable
Message-ID:  <200710240820.l9O8K3IX030164@freefall.freebsd.org>

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

From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: bug-followup@FreeBSD.org, bf <bf2006a@yahoo.com>, spam@rm-rf.kiev.ua
Cc:  
Subject: Re: ports/117438: x11-wm/vtwm: recent changes break make index,
	make describe on 6.2-Stable
Date: Wed, 24 Oct 2007 11:14:13 +0300

 Hi
 
 > Recent changes to the port makefile break make index, make describe
 > (were they tested before being submitted/committed??):
 It seems that I missed a case when only WITHOUT_NLS option selected.
 Sorry for that. And thank you for the fix.
 
 Here is a patch for this problem:
 Index: x11-wm/vtwm/Makefile
 @@ -24,16 +24,17 @@
  
  .include <bsd.port.pre.mk>
  
 +.if defined(WITH_SOUND)
 +LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay
 +.endif
 +
  post-patch:
  .if defined(WITHOUT_SOUND)
  	@${REINPLACE_CMD} -i "" -e \
  		's:^XCOMM NO_SOUND_SUPPORT: NO_SOUND_SUPPORT:; \
  		s:^SOUNDLIB:XCOMM SOUNDLIB:; \
  		s:^SOUNDINC:XCOMM SOUNDINC: ' ${WRKSRC}/Imakefile
 -.else
 -LIB_DEPENDS+=	rplay.1:${PORTSDIR}/audio/rplay
  .endif
 -
  .if defined(WITHOUT_NLS)
  	@${REINPLACE_CMD} -i "" -e \
  		's:^XCOMM  NO_I18N_SUPPORT: NO_I18N_SUPPORT:' ${WRKSRC}/Imakefile



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