ports/53766: Update port: deskutils/bulb
KATO Tsuguru
tkato at prontomail.com
Tue Jul 1 13:50:23 UTC 2003
The following reply was made to PR ports/53766; it has been noted by GNATS.
From: KATO Tsuguru <tkato at prontomail.com>
To: Tilman Linneweh <arved at FreeBSD.org>
Cc: FreeBSD-gnats-submit at 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 at 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>
More information about the freebsd-ports-bugs
mailing list