ports/159494: Update port: x11/fbdesk
KATO Tsuguru
tkato432 at yahoo.com
Wed Aug 3 18:40:38 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list