X-Chat 1.8.10 has been available for more than 2 months now. I notified the maintainer a month or so ago, but nothing has happened so far.
Christian Laursen <xi@borderworlds.dk> writes: > >Number: 44051 > >Category: ports > >Synopsis: Update X-Chat to 1.8.10 Hmm, this doesn't seem to work. The build is broken somehow. I'll need to figure it out and send an updated diff. -- Best regards Christian Laursen
Responsible Changed From-To: freebsd-ports->jim over to maintainer
Christian Laursen <xi@borderworlds.dk> writes: > The following reply was made to PR ports/44051; it has been noted by GNATS. > > From: Christian Laursen <xi@borderworlds.dk> > To: FreeBSD-gnats-submit@FreeBSD.org > Cc: > Subject: Re: ports/44051: Update X-Chat to 1.8.10 > Date: 14 Oct 2002 16:21:36 +0200 > > Christian Laursen <xi@borderworlds.dk> writes: > > > >Number: 44051 > > >Category: ports > > >Synopsis: Update X-Chat to 1.8.10 > > Hmm, this doesn't seem to work. The build is broken somehow. > I'll need to figure it out and send an updated diff. It seems to be NLS that is broken somehow. Either someone needs to fix that, or it can just be disabled. This patch does the latter. diff -ur xchat.orig/Makefile xchat/Makefile --- xchat.orig/Makefile Sun Sep 8 05:47:52 2002 +++ xchat/Makefile Mon Oct 14 20:04:13 2002 @@ -6,7 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 1.8.9 +PORTVERSION= 1.8.10 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -31,7 +31,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -liconv" CONFIGURE_ARGS+= --without-included-gettext \ - --enable-nls \ + --disable-nls \ --enable-ipv6 \ --datadir="${PREFIX}/share" \ --enable-perl diff -ur xchat.orig/distinfo xchat/distinfo --- xchat.orig/distinfo Sun May 26 01:19:43 2002 +++ xchat/distinfo Mon Oct 14 19:40:21 2002 @@ -1 +1 @@ -MD5 (xchat-1.8.9.tar.bz2) = a7d3723053fbee23399647f88afd15fa +MD5 (xchat-1.8.10.tar.bz2) = 9295830df5d040d7723620322a65f89c diff -ur xchat.orig/pkg-plist xchat/pkg-plist --- xchat.orig/pkg-plist Fri Jan 11 03:00:24 2002 +++ xchat/pkg-plist Mon Oct 14 20:20:04 2002 @@ -17,32 +17,3 @@ %%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/pixmaps/xchat.png %%PORTDOCS%%@dirrm share/doc/xchat -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/lv/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo -share/locale/sl/LC_MESSAGES/xchat.mo -share/locale/sr/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/tr/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo -- Best regards Christian Laursen
On Mon, 14 Oct 2002 at 20:32:37 +0200, Christian Laursen wrote: > Christian Laursen <xi@borderworlds.dk> writes: > > > >Number: 44051 > > > >Category: ports > > > >Synopsis: Update X-Chat to 1.8.10 > > > > Hmm, this doesn't seem to work. The build is broken somehow. > > I'll need to figure it out and send an updated diff. > > It seems to be NLS that is broken somehow. > > Either someone needs to fix that, or it can just be disabled. This is exactly why it hasn't been updated yet. Also, the fact that none of the about 10 people who "let me know" 1.8.10 was out didn't include any diffs. I currently don't have access to a FreeBSD machine with X on it, so no working diffs == no update. I did have the ability to test it a month or two ago (shortly after 1.8.10 came out) but didn't get a chance to look into the NLS issue before I lost my connectivity and boxes with X. Disabling NLS support does (or did when I tested it) seem to work, but that seems like a fairly crappy option when the current ported version actually builds with NLS support. I've Cc'd gnome@FreeBSD.org on this to see if anybody shows interest in looking into the NLS stuff. If not, and there's enough demand where users want the upgrade and don't care about the NLS support, I'll commit it. I'll give it a week or so. - jim -- jim mock <mij@soupnazi.org> jim@FreeBSD.org
On Tue, 2002-10-15 at 04:04, Jim Mock wrote: > On Mon, 14 Oct 2002 at 20:32:37 +0200, Christian Laursen wrote: > > Christian Laursen <xi@borderworlds.dk> writes: > > > > >Number: 44051 > > > > >Category: ports > > > > >Synopsis: Update X-Chat to 1.8.10 > > > > > > Hmm, this doesn't seem to work. The build is broken somehow. > > > I'll need to figure it out and send an updated diff. > > > > It seems to be NLS that is broken somehow. > > > > Either someone needs to fix that, or it can just be disabled. > > This is exactly why it hasn't been updated yet. Also, the fact that > none of the about 10 people who "let me know" 1.8.10 was out didn't > include any diffs. I currently don't have access to a FreeBSD machine > with X on it, so no working diffs == no update. I did have the ability > to test it a month or two ago (shortly after 1.8.10 came out) but didn't > get a chance to look into the NLS issue before I lost my connectivity > and boxes with X. > > Disabling NLS support does (or did when I tested it) seem to work, but > that seems like a fairly crappy option when the current ported version > actually builds with NLS support. > > I've Cc'd gnome@FreeBSD.org on this to see if anybody shows interest in > looking into the NLS stuff. If not, and there's enough demand where > users want the upgrade and don't care about the NLS support, I'll commit > it. I'll give it a week or so. I'll take a look. Joe > > - jim > > -- > jim mock <mij@soupnazi.org> jim@FreeBSD.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc
On Tue, 2002-10-15 at 04:04, Jim Mock wrote: > On Mon, 14 Oct 2002 at 20:32:37 +0200, Christian Laursen wrote: > > Christian Laursen <xi@borderworlds.dk> writes: > > > > >Number: 44051 > > > > >Category: ports > > > > >Synopsis: Update X-Chat to 1.8.10 > > > > > > Hmm, this doesn't seem to work. The build is broken somehow. > > > I'll need to figure it out and send an updated diff. > > > > It seems to be NLS that is broken somehow. > > > > Either someone needs to fix that, or it can just be disabled. > > This is exactly why it hasn't been updated yet. Also, the fact that > none of the about 10 people who "let me know" 1.8.10 was out didn't > include any diffs. I currently don't have access to a FreeBSD machine > with X on it, so no working diffs == no update. I did have the ability > to test it a month or two ago (shortly after 1.8.10 came out) but didn't > get a chance to look into the NLS issue before I lost my connectivity > and boxes with X. > > Disabling NLS support does (or did when I tested it) seem to work, but > that seems like a fairly crappy option when the current ported version > actually builds with NLS support. > > I've Cc'd gnome@FreeBSD.org on this to see if anybody shows interest in > looking into the NLS stuff. If not, and there's enough demand where > users want the upgrade and don't care about the NLS support, I'll commit > it. I'll give it a week or so. > Here you go. This will update the port to 1.8.10, fix the NLS issues, and add two plist entries. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc
State Changed From-To: open->closed I just committed an update per Jim's approval. This issue can be closed.