Incorrect Abiword dependency [PATCH]
Zahemszky Gábor
Gabor at Zahemszky.HU
Sat Feb 26 11:53:51 GMT 2005
Hi!
The editors/abiword port has a wrong dependency on Nautilus. If Nautilus
is not on the machine, abiword compile without Gnome support (and the
consequence of it, that there won't be a Print preview icon/menu in it).
But abiword only needs the lignomeprintui library to this feature -
neither nautilus2, nor the desktopfileutils package.
With the attached patch (which changes the Nautilus + libgnomeprintui +
desktopfileutils dependencies to libgnomeprintui only), I can generate a
correct, workable Abiword on my laptop, which has only the power to run
XFCE4, but not to run the full Gnome suite.)
Bye, Gabor
PS: As Abiword's maintainer is gnome@ , I think, I don't need to send-pr
the patch, too.
--
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ
';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ???
]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ???
]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for
i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l
i;};print "$j"
-------------- next part --------------
*** Makefile.orig Sat Feb 26 12:28:12 2005
--- Makefile Sat Feb 26 12:28:44 2005
***************
*** 56,63 ****
.include <bsd.port.pre.mk>
! .if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!=""
! USE_GNOME+= nautilus2 libgnomeprintui desktopfileutils
CONFIGURE_ARGS+= --enable-gnome
PKGNAMESUFFIX= -gnome
GNOME_ENABLED= yes
--- 56,63 ----
.include <bsd.port.pre.mk>
! .if ${HAVE_GNOME:Mlibgnomeprintui}!=""
! USE_GNOME+= libgnomeprintui
CONFIGURE_ARGS+= --enable-gnome
PKGNAMESUFFIX= -gnome
GNOME_ENABLED= yes
More information about the freebsd-gnome
mailing list