On Tue, Nov 5, 2013 at 12:45 AM, Rostislav Krasny <rosti....@gmail.com> wrote:
> On Tue, Nov 5, 2013 at 12:22 AM, Olivier Duchateau
>> See commit log, here
>> http://git.xfce.org/xfce/libxfce4ui/commit/xfce4-about/main.c?id=4a14ef81cdc6f3e45b63eb42ca41c6af50c9c0c4
>
> See the full version of this file. If the VENDOR_INFO macro isn't
> defined, all that vendor specified code is disabled.
>
> http://git.xfce.org/xfce/libxfce4ui/tree/xfce4-about/main.c
>
> And according to libxfce4ui/tree/configure.ac.in the VENDOR_INFO seems
> to be defined only when '--with-vendor-info' is used with some not
> empty value.

Finally I tested it by changes attached in the libxfce4menu.diff file.
After this change the xfce4-about program shows no vendor information
(neither vendor name in the version text nor vendor tab) and doesn't
print any warning in the console it is ran from.

I don't insist in this change. If you want to keep
'--with-vendor-info=FreeBSD' and to add some vendorinfo file with
FreeBSD about and advertising information, it would be nice too. Just
make a choice.
--- Makefile.orig	2013-10-26 23:37:52.000000000 +0300
+++ Makefile	2013-11-05 02:20:57.000000000 +0200
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxfce4menu
 PORTVERSION=	4.10.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DISTNAME=	libxfce4ui-${PORTVERSION}
@@ -20,8 +20,6 @@
 INSTALLS_ICONS=	yes
 USES=		pathfix pkgconfig gmake
 
-CONFIGURE_ARGS=	--with-vendor-info=FreeBSD
-
 OPTIONS_DEFINE=		DOCS NLS NOTIFY GLADE
 OPTIONS_DEFAULT=	NOTIFY
 
_______________________________________________
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"

Reply via email to