ports/155313: [patch] x11-wm/xfce4: add archivers/squeeze as optional application

David Demelier demelier.david at gmail.com
Sun Mar 6 16:30:12 UTC 2011


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



More information about the freebsd-ports-bugs mailing list