Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2007 02:00:30 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117501: Update port: x11/fbdesk to 1.4.1
Message-ID:  <20071026020030.3e9f4185.tkato432@yahoo.com>
Resent-Message-ID: <200710251710.l9PHA3g6048515@freefall.freebsd.org>

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

>Number:         117501
>Category:       ports
>Synopsis:       Update port: x11/fbdesk to 1.4.1
>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 Oct 25 17:10:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 1.4.1

Remove file:
files/patch-src-FbTk-FbPixmap.cc
files/patch-src-FbTk-Font.cc

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/fbdesk/Makefile x11/fbdesk/Makefile
--- /usr/ports/x11/fbdesk/Makefile	Sun May 20 13:58:09 2007
+++ x11/fbdesk/Makefile	Sun Oct 14 21:35:08 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	fbdesk
-PORTVERSION=	1.4.0
-PORTREVISION=	2
+PORTVERSION=	1.4.1
 CATEGORIES=	x11
 MASTER_SITES=	http://fluxbox.sourceforge.net/download/ \
 		${MASTER_SITE_GENTOO} \
@@ -18,26 +17,31 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Fluxbox utility to create and manage icons on the desktop
 
-LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
-		Xft.2:${PORTSDIR}/x11-fonts/libXft \
-		Imlib2.4:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
 
-PLIST_FILES=	bin/fbdesk
-USE_X_PREFIX=	yes
+OPTIONS=	IMLIB2 "Imlib2 (pixmap themes) support" On
+
+USE_XORG=	xext xft xpm xrender
+USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
 
-PORTDOCS=	COPYING ChangeLog INSTALL README
+PORTDOCS=	ChangeLog INSTALL README
+PLIST_FILES=	bin/fbdesk
 
-post-patch:
-	${REINPLACE_CMD} -e "s/inttypes\.h/stdint\.h/" \
-		${WRKSRC}/src/FbTk/Timer.hh
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_IMLIB2)
+CONFIGURE_ARGS+=	--disable-imlib2
+.else
+LIB_DEPENDS+=	Imlib2.4:${PORTSDIR}/graphics/imlib2
+.endif
 
 post-install:
-.ifndef (NOPORTDOCS)
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.for file in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -urN /usr/ports/x11/fbdesk/distinfo x11/fbdesk/distinfo
--- /usr/ports/x11/fbdesk/distinfo	Mon Aug  7 12:12:48 2006
+++ x11/fbdesk/distinfo	Sun Oct 14 20:58:22 2007
@@ -1,3 +1,3 @@
-MD5 (fbdesk-1.4.0.tar.gz) = c52a5c2524d90c0613394478dce39156
-SHA256 (fbdesk-1.4.0.tar.gz) = a30fe27818470b3326be4f2806cd9d4ba0e3bc27decf236663ac820a3ce5ee83
-SIZE (fbdesk-1.4.0.tar.gz) = 418889
+MD5 (fbdesk-1.4.1.tar.gz) = b65136d2d52524492c8a5bc233b7f34b
+SHA256 (fbdesk-1.4.1.tar.gz) = ca5620468ca8743c6bf536099ac6ddc2a0546e5d658bb88f27db8e429ff51c4c
+SIZE (fbdesk-1.4.1.tar.gz) = 426550
diff -urN /usr/ports/x11/fbdesk/files/patch-src-FbTk-FbPixmap.cc x11/fbdesk/files/patch-src-FbTk-FbPixmap.cc
--- /usr/ports/x11/fbdesk/files/patch-src-FbTk-FbPixmap.cc	Mon Aug  7 12:12:48 2006
+++ x11/fbdesk/files/patch-src-FbTk-FbPixmap.cc	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- src/FbTk/FbPixmap.cc.orig	Wed Jul 12 02:27:17 2006
-+++ src/FbTk/FbPixmap.cc	Wed Jul 12 02:27:47 2006
-@@ -29,6 +29,7 @@
- #include <X11/Xutil.h>
- #include <X11/Xatom.h>
- #include <iostream>
-+#include <stdio.h>
- #include <string>
- 
- using namespace std;
diff -urN /usr/ports/x11/fbdesk/files/patch-src-FbTk-Font.cc x11/fbdesk/files/patch-src-FbTk-Font.cc
--- /usr/ports/x11/fbdesk/files/patch-src-FbTk-Font.cc	Tue Oct 19 05:44:49 2004
+++ x11/fbdesk/files/patch-src-FbTk-Font.cc	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/FbTk/Font.cc.orig	Mon Sep 20 12:45:01 2004
-+++ src/FbTk/Font.cc	Fri Oct 15 18:04:48 2004
-@@ -89,9 +89,7 @@
- 
- namespace {
- 
--#ifdef HAVE_SETLOCALE
- #include <locale.h>
--#endif //HAVE_SETLOCALE
- 
- #ifdef HAVE_ICONV
- /**
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071026020030.3e9f4185.tkato432>