Date: Tue, 1 Jul 2003 06:50:22 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/53766: Update port: deskutils/bulb Message-ID: <200307011350.h61DoMNp042053@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/53766; it has been noted by GNATS. From: KATO Tsuguru <tkato@prontomail.com> To: Tilman Linneweh <arved@FreeBSD.org> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/53766: Update port: deskutils/bulb Date: Tue, 1 Jul 2003 22:44:05 +0900 On Sun, 29 Jun 2003 15:16:27 -0700 (PDT) Tilman Linneweh <arved@FreeBSD.org> wrote: > On two machines I got: > > Creating bzip'd tar ball in '/usr/ports/packages/All/bulb-1.0.6.tbz' > tar: share/locale/de/LC_MESSAGES/bulb.mo: Cannot stat: No such file or directory > tar: share/locale/fr/LC_MESSAGES/bulb.mo: Cannot stat: No such file or directory Ah, I've forgetten adding "gnomehack" to the member of USE_GNOME.... Please use following patch instead. diff -urN /usr/ports/deskutils/bulb/Makefile deskutils/bulb/Makefile --- /usr/ports/deskutils/bulb/Makefile Sat Apr 12 22:39:02 2003 +++ deskutils/bulb/Makefile Tue Jul 1 22:43:40 2003 @@ -14,15 +14,14 @@ COMMENT= GNOME applet to warn about task terminations USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOME= gnomehack gnomelibs gnomeprefix libpanel GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ +post-patch: + @${REINPLACE_CMD} -e \ + 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307011350.h61DoMNp042053>