On Fri 2007.11.16 at 22:39 +0100, Azwaw OUSADOU wrote: > Hi All, > > I was corrected xchat ports : > > * Fix WANTLIB > * Fix PLIST > * Add libsexy depend
did you check with the MAINTAINER? 2 things from just reading the diff: - expat is in WANTLIB twice - PLIST shouldn't have changed, are you running -current? oh, and run a cvs diff please ;) cheers. > The diff: > > ####################################### > --- Makefile.old Sun Nov 11 20:08:41 2007 > +++ Makefile Fri Nov 16 22:24:39 2007 > @@ -5,7 +5,7 @@ > MAJOR= 2.8 > VERSION= ${MAJOR}.4 > DISTNAME= xchat-${VERSION} > -PKGNAME= ${DISTNAME}p0 > +PKGNAME= ${DISTNAME}p1 > CATEGORIES= net x11 > > HOMEPAGE= http://www.xchat.org/ > @@ -21,14 +21,16 @@ > crypto expat fontconfig freetype glib-2.0 \ > glitz gmodule-2.0 gobject-2.0 m \ > pango-1.0 pangocairo-1.0 \ > - pangoft2-1.0 png ssl z > + pangoft2-1.0 png ssl z \ > + Xcomposite Xdamage expat pcre xml2 > > MASTER_SITES= ${HOMEPAGE}files/source/${MAJOR}/ > MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/} > > EXTRACT_SUFX= .tar.bz2 > > -LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 > +LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \ > + sexy::x11/libsexy > > MODULES= devel/gettext > --- pkg/PLIST.orig Sat Sep 15 22:01:00 2007 > +++ pkg/PLIST Fri Nov 16 22:16:20 2007 > @@ -1,5 +1,7 @@ > @comment $OpenBSD: PLIST,v 1.22 2007/07/07 12:51:10 couderc Exp $ > bin/xchat > +man/cat3f/ > +man/man3f/ > share/applications/ > share/applications/xchat.desktop > share/locale/be/LC_MESSAGES/xchat.mo > @@ -36,5 +38,6 @@ > share/locale/vi/LC_MESSAGES/xchat.mo > share/locale/zh_CN/LC_MESSAGES/xchat.mo > share/locale/zh_TW/LC_MESSAGES/xchat.mo > +share/nls/pl_PL.ISO_8859-2/ > share/pixmaps/ > share/pixmaps/xchat.png > ####################################### > > Work fine on i386. > > BSDManiak >