ports/145928: [patch] fix irc/irssi-fish build problem

Ashish SHUKLA wahjava at gmail.com
Thu Apr 22 18:00:15 UTC 2010


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

From: wahjava at gmail.com (Ashish SHUKLA)
To: Ryan Steinmetz <rpsfa at rit.edu>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/145928: [patch] fix irc/irssi-fish build problem
Date: Thu, 22 Apr 2010 23:25:41 +0530

 --=-=-=
 Content-Type: multipart/signed; boundary="==-=-=";
 	micalg=pgp-sha512; protocol="application/pgp-signature"
 
 --==-=-=
 Content-Transfer-Encoding: quoted-printable
 
 Hi Ryan,
 
 Ryan Steinmetz writes:
 > The patch in ports/145555 does not resolve this issue.  Please see the at=
 tached patch for this PR.
 
 Can you please test the attached diff file which also includes the diff in =
 the
 PR ports/145555 and your suggested changes ?
 
 Thanks
 =2D-=20
 Ashish SHUKLA
 
 --==-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.14 (FreeBSD)
 
 iQIcBAEBCgAGBQJL0I2dAAoJEMdGz6nnT6SwrkUP/RTtcM2rK98uBdapd4P+IVYj
 CrF8by0bHalYY/ad/GCmCNkbIwl5H+W4fFaix1KiL3Cstuos/swAOd4Yr/0Ay290
 TIu5vZHyTtnAFM/4Mo7p9zSoBwE3CNBMW+F59so8kV9Cae4kL/Ygl4RbfYceG016
 uAfRTEivdoZKfxIlnAIoXbKjHoosUexU30ImS7Tb8Xojtt19ALeb/+hNgGH6UWAk
 UbdArXZu3bmSZ9ifDmBouXyx7nWfcf+C49QAbofkprmWt43e2UG4/qUE1zO0pCCo
 idEFJsLXE3oVjGOFTVIWf83ijo9dDWmreluOGAx9ycl+QNdwjdjJQRLiQUj/fxF2
 6B7p9YGpn/AcjfvVYfnKrXvcO9UJfzSAJuy0tAxtQ34kTongJ/TyN9OzKGN/uZGH
 L9T0ir5PXz0IheYJ6sArNRpKIE1Xm+DQvinteeyq6sItTTCKGac6pT7VnCBmyaK5
 WsRGrJ8DJCtJepfwYbDhIQaQrvN27gub+42HX7azcJuc7ExrCZneHcTxY1GP1tFY
 B78Rsj73cmQPPWthKTAsSTje6zBAQtVNloarcRTIwIpKgqEt/ihpdO3bECqTEwBP
 O1jF6wGl2TyxmNRo8by8HJKR3PScui5RMG/eZNLzYwTFijPOK9YWAWIapI6R5YSS
 cvBKnD88N6JZggUhVPh5
 =zP3M
 -----END PGP SIGNATURE-----
 --==-=-=--
 
 --=-=-=
 Content-Disposition: attachment; filename=irssi-fish.diff
 Content-Description: irssi-fish diff
 
 diff -urN /usr/ports/irc/irssi-fish/Makefile irssi-fish/Makefile
 --- /usr/ports/irc/irssi-fish/Makefile	2010-03-31 18:05:44.000000000 +0530
 +++ irssi-fish/Makefile	2010-04-22 23:12:05.000000000 +0530
 @@ -32,7 +32,6 @@
  .endif
  
  post-patch:
 -	@${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -E -e 's|||' {} \;
  	@${GREP} -Rl 'fish[.]sekure[.]us' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -E \
  		-e 's|fish[.]sekure[.]us|fish.secure.la|g'
  	@${REINPLACE_CMD} -E \
 @@ -42,8 +41,10 @@
  		-e 's|[$$][(]HOME[)]/glib-1.2.10|${LOCALBASE}/include/glib-2.0|' \
  		-e 's|[$$][(]HOME[)]/irssi-0.8.9|${LOCALBASE}/include/irssi|' \
  		-e 's|miracl.a|${LOCALBASE}/lib/libmiracl.a|' \
 +		-e 's|[$$]\(pwd\)|`pwd`|g' \
  		-e 's|\@echo \"Press ENTER to continue or CTRL\+C to abort...\"\; read junk||' \
  		${WRKSRC}/Makefile
 +	@${REINPLACE_CMD} -e '/mirdef.lnx/d' ${WRKSRC}/Makefile
  
  do-install:
  .ifndef(NOPORTDOCS)
 
 --=-=-=--



More information about the freebsd-ports-bugs mailing list