Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:24:50 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159494: Update port: x11/fbdesk
Message-ID:  <20110804032450.b697aec9.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73Iecm5078298@freefall.freebsd.org>

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

>Number:         159494
>Category:       ports
>Synopsis:       Update port: x11/fbdesk
>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:   Wed Aug 03 18:40:38 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/fbdesk/Makefile x11/fbdesk/Makefile
--- /usr/ports/x11/fbdesk/Makefile	2010-03-28 17:48:47.000000000 +0900
+++ x11/fbdesk/Makefile	2011-07-14 02:22:31.000000000 +0900
@@ -10,10 +10,7 @@
 PORTREVISION=	4
 CATEGORIES=	x11
 MASTER_SITES=	http://fluxbox.sourceforge.net/download/ \
-		${MASTER_SITE_GENTOO} \
-		http://dl.fkb.wormulon.net/fbdesk/ \
-		http://dl.kel.wormulon.net/fbdesk/
-MASTER_SITE_SUBDIR=	distfiles
+		GENTOO/distfiles
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Fluxbox utility to create and manage icons on the desktop
@@ -22,20 +19,22 @@
 
 OPTIONS=	IMLIB2 "Imlib2 (pixmap themes) support" On
 
+LICENSE=	MIT
+
 USE_XORG=	xext xft xpm xrender
-USE_GNOME=	gnometarget
+WANT_EFL=	yes
 GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
 PORTDOCS=	ChangeLog INSTALL README
 PLIST_FILES=	bin/fbdesk
-USE_EFL=	imlib2
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITHOUT_IMLIB2)
 CONFIGURE_ARGS+=	--disable-imlib2
 .else
-USE_EFL=	imlib2
+USE_EFL+=	imlib2
 .endif
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



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