From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 23 22:00:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 701B21065670 for ; Fri, 23 Dec 2011 22:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7168FC1A for ; Fri, 23 Dec 2011 22:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBNM0JwM026296 for ; Fri, 23 Dec 2011 22:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBNM0JJ8026295; Fri, 23 Dec 2011 22:00:19 GMT (envelope-from gnats) Resent-Date: Fri, 23 Dec 2011 22:00:19 GMT Resent-Message-Id: <201112232200.pBNM0JJ8026295@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A35FC1065670 for ; Fri, 23 Dec 2011 21:52:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 908298FC15 for ; Fri, 23 Dec 2011 21:52:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBNLqCIw016305 for ; Fri, 23 Dec 2011 21:52:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBNLqC3g016304; Fri, 23 Dec 2011 21:52:12 GMT (envelope-from nobody) Message-Id: <201112232152.pBNLqC3g016304@red.freebsd.org> Date: Fri, 23 Dec 2011 21:52:12 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163579: [UPDATE] x11/libxfce4menu to 4.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 22:00:19 -0000 >Number: 163579 >Category: ports >Synopsis: [UPDATE] x11/libxfce4menu to 4.8.1 >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: Fri Dec 23 22:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: >Description: Announce: http://mail.xfce.org/pipermail/xfce/2011-December/029693.html Add three new options (APIDOCS replaces GTKDOC, STARTUP and GLADEUI) like x11-toolkits/libxfce4gui. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/x11/libxfce4menu/Makefile libxfce4menu/Makefile --- /usr/ports/x11/libxfce4menu/Makefile 2011-10-26 22:27:22.000000000 +0200 +++ libxfce4menu/Makefile 2011-12-23 22:25:40.000000000 +0100 @@ -6,9 +6,10 @@ # PORTNAME= libxfce4menu -PORTVERSION= 4.8.0 +PORTVERSION= 4.8.1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/xfce/libxfce4ui/${PORTVERSION:R} DISTNAME= libxfce4ui-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -23,21 +24,19 @@ USE_LDCONFIG= yes USE_XFCE= configenv libutil xfconf -CONFIGURE_ARGS= --enable-gtk-doc-html=no \ - --disable-debug - -OPTIONS= GTKDOC "install the library documentation" off \ - NLS "Enable Native Language Support" on +OPTIONS= APIDOCS "Install api documentation" off \ + NLS "Enable Native Language Support" on \ + STARTUP "Enable startup notification" on \ + GLADEUI "Enable Glade interface designer support" off .include -.if defined(WITH_GTKDOC) -BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc -CONFIGURE_ARGS+=--enable-gtk-doc -PLIST_SUB+= GTK_DOC="" +.if defined(WITHOUT_APIDOCS) +CONFIGURE_ARGS+=--without-html-dir +PLIST_SUB+= APIDOCS="@comment " .else -CONFIGURE_ARGS+=--disable-gtk-doc -PLIST_SUB+= GTK_DOC="@comment " +CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html +PLIST_SUB+= APIDOCS="" .endif .if !defined(WITHOUT_NLS) @@ -49,4 +48,19 @@ PLIST_SUB+= NLS="@comment " .endif +.if !defined(WITHOUT_STARTUP) +LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +CONFIGURE_ARGS+=--enable-startup-notification +.else +CONFIGURE_ARGS+=--disable-startup-notification +.endif + + +.if !defined(WITHOUT_GLADEUI) +LIB_DEPENDS+= gladeui-1.10:${PORTSDIR}/devel/glade3 +CONFIGURE_ARGS+=--enable-gladeui +.else +CONFIGURE_ARGS+=--disable-gladeui +.endif + .include diff -u /usr/ports/x11/libxfce4menu/distinfo libxfce4menu/distinfo --- /usr/ports/x11/libxfce4menu/distinfo 2011-03-03 11:12:27.000000000 +0100 +++ libxfce4menu/distinfo 2011-12-23 22:25:40.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (xfce4/libxfce4ui-4.8.0.tar.bz2) = 21f67fd004653440bfdb44874ed69c9806b4784978ec068d0b1c7012864ba339 -SIZE (xfce4/libxfce4ui-4.8.0.tar.bz2) = 434180 +SHA256 (xfce4/libxfce4ui-4.8.1.tar.bz2) = 39cbed29da06960074014b74abc2ba57db49dc81ab8995fb2160579c51669956 +SIZE (xfce4/libxfce4ui-4.8.1.tar.bz2) = 426831 diff -u /usr/ports/x11/libxfce4menu/pkg-plist libxfce4menu/pkg-plist --- /usr/ports/x11/libxfce4menu/pkg-plist 2011-03-03 11:12:27.000000000 +0100 +++ libxfce4menu/pkg-plist 2011-12-23 22:25:40.000000000 +0100 @@ -22,96 +22,103 @@ lib/libxfce4ui-1.so.0 libdata/pkgconfig/libxfce4kbd-private-2.pc libdata/pkgconfig/libxfce4ui-1.pc -share/gtk-doc/html/libxfce4ui/XfceSMClient.html -share/gtk-doc/html/libxfce4ui/home.png -share/gtk-doc/html/libxfce4ui/index.html -share/gtk-doc/html/libxfce4ui/index.sgml -share/gtk-doc/html/libxfce4ui/ix01.html -share/gtk-doc/html/libxfce4ui/left.png -share/gtk-doc/html/libxfce4ui/libxfce4ui-extensions.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-fundamentals.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-introduction.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-libxfce4ui-config.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-sm.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-widgets.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-dialogs.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-gdk-extensions.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-gtk-extensions.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-spawn.html -share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-titled-dialog.html -share/gtk-doc/html/libxfce4ui/libxfce4ui.devhelp -share/gtk-doc/html/libxfce4ui/libxfce4ui.devhelp2 -share/gtk-doc/html/libxfce4ui/right.png -share/gtk-doc/html/libxfce4ui/style.css -share/gtk-doc/html/libxfce4ui/up.png -share/locale/ar/LC_MESSAGES/libxfce4ui.mo -share/locale/ast/LC_MESSAGES/libxfce4ui.mo -share/locale/bn/LC_MESSAGES/libxfce4ui.mo -share/locale/ca/LC_MESSAGES/libxfce4ui.mo -share/locale/cs/LC_MESSAGES/libxfce4ui.mo -share/locale/da/LC_MESSAGES/libxfce4ui.mo -share/locale/de/LC_MESSAGES/libxfce4ui.mo -share/locale/el/LC_MESSAGES/libxfce4ui.mo -share/locale/en_GB/LC_MESSAGES/libxfce4ui.mo -share/locale/es/LC_MESSAGES/libxfce4ui.mo -share/locale/eu/LC_MESSAGES/libxfce4ui.mo -share/locale/fi/LC_MESSAGES/libxfce4ui.mo -share/locale/fr/LC_MESSAGES/libxfce4ui.mo -share/locale/gl/LC_MESSAGES/libxfce4ui.mo -share/locale/he/LC_MESSAGES/libxfce4ui.mo -share/locale/hr/LC_MESSAGES/libxfce4ui.mo -share/locale/hu/LC_MESSAGES/libxfce4ui.mo -share/locale/id/LC_MESSAGES/libxfce4ui.mo -share/locale/is/LC_MESSAGES/libxfce4ui.mo -share/locale/it/LC_MESSAGES/libxfce4ui.mo -share/locale/ja/LC_MESSAGES/libxfce4ui.mo -share/locale/kk/LC_MESSAGES/libxfce4ui.mo -share/locale/ku/LC_MESSAGES/libxfce4ui.mo -share/locale/lv/LC_MESSAGES/libxfce4ui.mo -share/locale/nb/LC_MESSAGES/libxfce4ui.mo -share/locale/nl/LC_MESSAGES/libxfce4ui.mo -share/locale/pa/LC_MESSAGES/libxfce4ui.mo -share/locale/pl/LC_MESSAGES/libxfce4ui.mo -share/locale/pt/LC_MESSAGES/libxfce4ui.mo -share/locale/pt_BR/LC_MESSAGES/libxfce4ui.mo -share/locale/ro/LC_MESSAGES/libxfce4ui.mo -share/locale/ru/LC_MESSAGES/libxfce4ui.mo -share/locale/si/LC_MESSAGES/libxfce4ui.mo -share/locale/sk/LC_MESSAGES/libxfce4ui.mo -share/locale/sv/LC_MESSAGES/libxfce4ui.mo -share/locale/tl_PH/LC_MESSAGES/libxfce4ui.mo -share/locale/tr/LC_MESSAGES/libxfce4ui.mo -share/locale/ug/LC_MESSAGES/libxfce4ui.mo -share/locale/uk/LC_MESSAGES/libxfce4ui.mo -share/locale/ur/LC_MESSAGES/libxfce4ui.mo -share/locale/ur_PK/LC_MESSAGES/libxfce4ui.mo -share/locale/zh_CN/LC_MESSAGES/libxfce4ui.mo -share/locale/zh_TW/LC_MESSAGES/libxfce4ui.mo -@dirrmtry share/locale/ur_PK/LC_MESSAGES -@dirrmtry share/locale/ur_PK -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tl_PH/LC_MESSAGES -@dirrmtry share/locale/tl_PH -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrm share/gtk-doc/html/libxfce4ui -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/XfceSMClient.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/home.png +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/index.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/index.sgml +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/ix01.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/left.png +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-extensions.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-fundamentals.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-introduction.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-libxfce4ui-config.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-sm.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-widgets.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-dialogs.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-gdk-extensions.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-gtk-extensions.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-spawn.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui-xfce-titled-dialog.html +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/libxfce4ui.devhelp2 +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/right.png +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/style.css +%%APIDOCS%%share/gtk-doc/html/libxfce4ui/up.png +%%NLS%%share/locale/ar/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ast/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/bn/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ca/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/da/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/de/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/el/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/es/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/eu/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/fi/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/gl/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/he/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/hr/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/hu/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/id/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/is/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/it/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/kk/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ku/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/lv/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ms/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/nb/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/nl/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/pa/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/pt/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ro/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/si/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/sk/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/te/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/tl/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/tl_PH/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ug/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ur/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libxfce4ui.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libxfce4ui.mo +%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur_PK +%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur +%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ug +%%NLS%%@dirrmtry share/locale/tl_PH/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tl_PH +%%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tl +%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/te +%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/si +%%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ku +%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kk +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast +%%APIDOCS%%@dirrm share/gtk-doc/html/libxfce4ui +%%APIDOCS%%@dirrmtry share/gtk-doc/html +%%APIDOCS%%@dirrmtry share/gtk-doc @dirrm include/xfce4/libxfce4ui-1/libxfce4ui @dirrm include/xfce4/libxfce4ui-1 @dirrm include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private @dirrm include/xfce4/libxfce4kbd-private-2 @dirrmtry include/xfce4 -@dirrm etc/xdg/xfce4/xfconf/xfce-perchannel-xml -@dirrm etc/xdg/xfce4/xfconf -@dirrm etc/xdg/xfce4 -@dirrm etc/xdg +@dirrmtry etc/xdg/xfce4/xfconf/xfce-perchannel-xml +@dirrmtry etc/xdg/xfce4/xfconf +@dirrmtry etc/xdg/xfce4 +@dirrmtry etc/xdg >Release-Note: >Audit-Trail: >Unformatted: