From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 4 13:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47DA237B404 for ; Mon, 4 Aug 2003 13:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C9243FA3 for ; Mon, 4 Aug 2003 13:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h74KUHUp083788 for ; Mon, 4 Aug 2003 13:30:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h74KUHVM083787; Mon, 4 Aug 2003 13:30:17 -0700 (PDT) Date: Mon, 4 Aug 2003 13:30:17 -0700 (PDT) Message-Id: <200308042030.h74KUHVM083787@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thorsten Greiner Subject: Re: ports/55254: New port: sysutils/xfce4-showdesktop-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thorsten Greiner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 20:30:18 -0000 The following reply was made to PR ports/55254; it has been noted by GNATS. From: Thorsten Greiner To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/55254: New port: sysutils/xfce4-showdesktop-plugin Date: Mon, 4 Aug 2003 22:21:07 +0200 Forgot to run portlint on the port. This is the updated shar file (shortened COMMENT to be less than 70 characters, moved WRKSRC into correct section): # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xfce4-showdesktop-plugin # xfce4-showdesktop-plugin/Makefile # xfce4-showdesktop-plugin/distinfo # xfce4-showdesktop-plugin/files # xfce4-showdesktop-plugin/files/patch-configure # xfce4-showdesktop-plugin/pkg-plist # xfce4-showdesktop-plugin/pkg-descr # echo c - xfce4-showdesktop-plugin mkdir -p xfce4-showdesktop-plugin > /dev/null 2>&1 echo x - xfce4-showdesktop-plugin/Makefile sed 's/^X//' >xfce4-showdesktop-plugin/Makefile << 'END-of-xfce4-showdesktop-plugin/Makefile' X# New ports collection makefile for: xfce-showdesktop-plugin X# Date created: 04 August 2003 X# Whom: Thorsten Greiner X# X# $FreeBSD$ X# X XPORTNAME= xfce4-showdesktop-plugin XPORTVERSION= 0.1.1 XCATEGORIES= sysutils XMASTER_SITES= http://download.berlios.de/xfce-goodies/ XDIST_SUBDIR= xfce4 X XMAINTAINER= thorsten.greiner@web.de XCOMMENT= XFCE Plugin to minimize/unminimize all windows X XBUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel XLIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ X xfce4util.1:${PORTSDIR}/x11/libxfce4util \ X xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_GNOME= gtk20 XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} X X.include END-of-xfce4-showdesktop-plugin/Makefile echo x - xfce4-showdesktop-plugin/distinfo sed 's/^X//' >xfce4-showdesktop-plugin/distinfo << 'END-of-xfce4-showdesktop-plugin/distinfo' XMD5 (xfce4/xfce4-showdesktop-plugin-0.1.1.tar.gz) = 5cba924aa73564d59258192d374eff34 END-of-xfce4-showdesktop-plugin/distinfo echo c - xfce4-showdesktop-plugin/files mkdir -p xfce4-showdesktop-plugin/files > /dev/null 2>&1 echo x - xfce4-showdesktop-plugin/files/patch-configure sed 's/^X//' >xfce4-showdesktop-plugin/files/patch-configure << 'END-of-xfce4-showdesktop-plugin/files/patch-configure' X--- configure.orig Mon Aug 4 21:43:10 2003 X+++ configure Mon Aug 4 21:44:17 2003 X@@ -19318,7 +19318,8 @@ X X X # This can be used to rebuild libtool when needed X-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" X+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" X+$ac_aux_dir/ltconfig $LIBTOOL_DEPS X X # Always use our own libtool. X LIBTOOL='$(SHELL) $(top_builddir)/libtool' X@@ -19612,7 +19613,7 @@ X X echo "$as_me:$LINENO: checking where to install panel plugins" >&5 X echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6 X- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0` X+ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins X X echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5 X echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6 END-of-xfce4-showdesktop-plugin/files/patch-configure echo x - xfce4-showdesktop-plugin/pkg-plist sed 's/^X//' >xfce4-showdesktop-plugin/pkg-plist << 'END-of-xfce4-showdesktop-plugin/pkg-plist' Xlib/xfce4/panel-plugins/libshowdesktop.so X@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true X@unexec rmdir %D/lib/xfce4 2>/dev/null || true END-of-xfce4-showdesktop-plugin/pkg-plist echo x - xfce4-showdesktop-plugin/pkg-descr sed 's/^X//' >xfce4-showdesktop-plugin/pkg-descr << 'END-of-xfce4-showdesktop-plugin/pkg-descr' XThis is a little XFCE Plugin, to minimize and unminimize all windows on the Xcurrent workspace. X XWWW: http://www.xfce.org END-of-xfce4-showdesktop-plugin/pkg-descr exit