Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2011 16:22:33 GMT
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155313: [patch] x11-wm/xfce4: add archivers/squeeze as optional application
Message-ID:  <201103061622.p26GMX59063324@red.freebsd.org>
Resent-Message-ID: <201103061630.p26GUBMR000382@freefall.freebsd.org>

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

>Number:         155313
>Category:       ports
>Synopsis:       [patch] x11-wm/xfce4: add archivers/squeeze as optional application
>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:   Sun Mar 06 16:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD Groseille.malikania.fr 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sun Mar  6 09:51:40 CET 2011     root@Groseille.malikania.fr:/usr/obj/usr/src/sys/Groseille  amd64

>Description:
Since squeeze is the new default archiver for xfce (instead of xarchiver) I propose to add this option to include archivers/squeeze as a optional runtime dependency.
>How-To-Repeat:

>Fix:
--- xfce4.diff begins here ---
--- Makefile.orig	2011-03-06 17:16:39.000000000 +0100
+++ Makefile	2011-03-06 17:18:13.000000000 +0100
@@ -18,6 +18,7 @@
 OPTIONS=	ICONS		"Install a full icon theme"		on  \
 		ORAGE		"Install the Xfce calendar application"	on  \
 		MOUSEPAD	"Install the Xfce text editor"		on  \
+		SQUEEZE		"Install the Xfce archiver application"	on  \
 		TERMINAL	"Install the Xfce terminal application"	on  \
 		APPFINDER	"Install the Xfce application finder"	on  \
 		MIXER		"Install the Xfce mixer application"	on  \
@@ -61,6 +62,10 @@
 RUN_DEPENDS+=	mousepad:${PORTSDIR}/editors/mousepad
 .endif
 
+.if !defined(WITHOUT_SQUEEZE)
+RUN_DEPENDS+=	squeeze:${PORTSDIR}/archivers/squeeze
+.endif
+
 .if !defined(WITHOUT_TERMINAL)
 RUN_DEPENDS+=	Terminal:${PORTSDIR}/x11/Terminal
 .endif
--- xfce4.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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