Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2003 22:35:44 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53766: Update port: deskutils/bulb
Message-ID:  <20030626223544.69ff15c0.tkato@prontomail.com>
Resent-Message-ID: <200306261340.h5QDeNpe005101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030626223544.69ff15c0.tkato>