From owner-svn-ports-head@FreeBSD.ORG Mon Oct 14 18:48:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88D0BAFB; Mon, 14 Oct 2013 18:48:20 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66F382E47; Mon, 14 Oct 2013 18:48:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EImKKn084397; Mon, 14 Oct 2013 18:48:20 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EImJ04084394; Mon, 14 Oct 2013 18:48:19 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201310141848.r9EImJ04084394@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 14 Oct 2013 18:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330340 - in head/deskutils: xfce4-notifyd xfce4-tumbler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 18:48:20 -0000 Author: olivierd Date: Mon Oct 14 18:48:19 2013 New Revision: 330340 URL: http://svnweb.freebsd.org/changeset/ports/330340 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS format - Switch to USES=gmake (deskutils/xfce4-tumbler) Approved by: ehaupt@ (maintainer of deskutils/xfce4-notifyd) Modified: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/pkg-plist head/deskutils/xfce4-tumbler/Makefile Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Mon Oct 14 17:49:26 2013 (r330339) +++ head/deskutils/xfce4-notifyd/Makefile Mon Oct 14 18:48:19 2013 (r330340) @@ -13,8 +13,8 @@ COMMENT= Visually-appealing notification LICENSE= GPLv3 -LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \ - notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libnotify.so:${PORTSDIR}/devel/libnotify USES= pkgconfig gmake USE_AUTOTOOLS= libtool @@ -27,11 +27,8 @@ USE_XORG= x11 CONFLICTS= notification-daemon-[0-9]* xfce4-notification-daemon-[0-9]* -MAN1= xfce4-notifyd-config.1 - OPTIONS_DEFINE= NLS -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/xfce4-notifyd/pkg-plist ============================================================================== --- head/deskutils/xfce4-notifyd/pkg-plist Mon Oct 14 17:49:26 2013 (r330339) +++ head/deskutils/xfce4-notifyd/pkg-plist Mon Oct 14 18:48:19 2013 (r330340) @@ -1,5 +1,6 @@ bin/xfce4-notifyd-config lib/xfce4/notifyd/xfce4-notifyd +man/man1/xfce4-notifyd-config.1.gz share/applications/xfce4-notifyd-config.desktop share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service share/icons/hicolor/48x48/apps/xfce4-notifyd.png Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Mon Oct 14 17:49:26 2013 (r330339) +++ head/deskutils/xfce4-tumbler/Makefile Mon Oct 14 18:48:19 2013 (r330340) @@ -13,13 +13,12 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Thumbnail service for Xfce desktop -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= glib20 intltool intlhack USE_LDCONFIG= yes USE_XFCE= configenv @@ -36,7 +35,6 @@ GSTREAMER_DESC= GStreamer (1.0) thumbnai SUB_FILES= pkg-message -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -72,7 +70,7 @@ USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .endif -LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 CONFIGURE_ARGS+=--enable-font-thumbnailer PLIST_SUB+= FONTS="" .else @@ -86,8 +84,8 @@ USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .endif -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ - exif:${PORTSDIR}/graphics/exif +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libexif.so:${PORTSDIR}/graphics/exif CONFIGURE_ARGS+=--enable-jpeg-thumbnailer PLIST_SUB+= JPEG="" .else @@ -101,7 +99,7 @@ USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .endif -LIB_DEPENDS+= ffmpegthumbnailer:${PORTSDIR}/multimedia/ffmpegthumbnailer +LIB_DEPENDS+= libffmpegthumbnailer.so:${PORTSDIR}/multimedia/ffmpegthumbnailer CONFIGURE_ARGS+=--enable-ffmpeg-thumbnailer PLIST_SUB+= FFMPEG="" .else @@ -115,7 +113,7 @@ USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .endif -LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib CONFIGURE_ARGS+=--enable-poppler-thumbnailer PLIST_SUB+= POPPLER="" .else @@ -157,7 +155,7 @@ USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .endif -LIB_DEPENDS+= openraw:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= libopenraw.so:${PORTSDIR}/graphics/libopenraw CONFIGURE_ARGS+=--enable-raw-thumbnailer PLIST_SUB+= RAW="" .else @@ -171,7 +169,7 @@ USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .endif -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--enable-cover-thumbnailer PLIST_SUB+= COVER="" .else @@ -179,9 +177,4 @@ CONFIGURE_ARGS+=--disable-cover-thumbnai PLIST_SUB+= COVER="@comment " .endif -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - .include