ports/152743: [patch] x11/rxvt-unicode: remove libafterimage by default
David Demelier
demelier.david at gmail.com
Wed Dec 1 14:00:22 UTC 2010
>Number: 152743
>Category: ports
>Synopsis: [patch] x11/rxvt-unicode: remove libafterimage by default
>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 Dec 01 14:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: David Demelier
>Release: 8.1-RELEASE-p1
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Sun Nov 28 21:07:08 UTC 2010 root@:/usr/obj/usr/src/sys/Melon amd64
>Description:
The port x11/rxvt-unicode has libafterimage option enabled by default, and this pulls too much of dependencies. This is annoying for users who wants packages.
Take a look,
o with libafterimage enabled :
markand at Melon /usr/ports/x11/rxvt-unicode $ make all-depends-list | wc -l
145
o without libafterimage :
markand at Melon /usr/ports/x11/rxvt-unicode $ sudo make all-depends-list | wc -l
48
I would recommend removing this option by default to prevent this.
>How-To-Repeat:
>Fix:
--- x11.rxvt-unicode.diff begins here ---
--- Makefile.orig 2010-12-01 14:35:07.000000000 +0100
+++ Makefile 2010-12-01 14:35:32.000000000 +0100
@@ -42,7 +42,7 @@
SMART_RESIZE "Smart growth/shrink behaviour" On \
IMLOCALE_FIX "imlocale encoding conversion fix" On \
TERMINFO "Register urxvt in the terminfo database" On \
- AFTERIMAGE "Use libAfterImage for background images" On \
+ AFTERIMAGE "Use libAfterImage for background images" Off \
XTERM_COLOR "Support for xterm 256 colors" Off
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list