ports/53766: Update port: deskutils/bulb
KATO Tsuguru
tkato at prontomail.com
Thu Jun 26 13:40:37 UTC 2003
>Number: 53766
>Category: ports
>Synopsis: Update port: deskutils/bulb
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 26 06:40:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build
>How-To-Repeat:
>Fix:
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 Jun 24 20:47:41 2003
@@ -14,15 +14,15 @@
COMMENT= GNOME applet to warn about task terminations
USE_X_PREFIX= yes
-USE_GNOME= yes
+USE_GNOME= gnomelibs gnomeprefix libpanel
+USE_REINPLACE= yes
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>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list