From owner-freebsd-ports Fri Aug 23 15:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4917437B400 for ; Fri, 23 Aug 2002 15:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCFF43E7B for ; Fri, 23 Aug 2002 15:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7NMe3JU057114 for ; Fri, 23 Aug 2002 15:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7NMe3HY057110; Fri, 23 Aug 2002 15:40:03 -0700 (PDT) Date: Fri, 23 Aug 2002 15:40:03 -0700 (PDT) Message-Id: <200208232240.g7NMe3HY057110@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Franz Klammer Subject: Re: ports/41955: change file_menu_applet to support USE_GNOMENG Reply-To: Franz Klammer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41955; it has been noted by GNATS. From: Franz Klammer To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/41955: change file_menu_applet to support USE_GNOMENG Date: 24 Aug 2002 00:33:19 +0200 --=-4tmnEbP+tnteMo8KHkhX Content-Type: text/plain Content-Transfer-Encoding: 7bit Sorry! Attached the diff. franz. Am Fr, 2002-08-23 um 23.47 schrieb Mario Sergio Fujikawa Ferreira: > Hi, > > Please submit updates as unified diffs. :) > shar files are best for new port submissions. I know that > this can be handled by committers but this will help > them work your request faster. > Just follow up to your PR by doing a global reply to this > message and attach the unified diff to the email. > > Regards, > > -- > Mario S F Ferreira - DF - Brazil - "I guess this is a signature." > Computer Science Undergraduate | FreeBSD Committer | CS Developer > flames to beloved devnull@someotherworldbeloworabove.org > feature, n: a documented bug | bug, n: an undocumented feature -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com Tel.: +43-664-3434708 --=-4tmnEbP+tnteMo8KHkhX Content-Disposition: attachment; filename=file_menu_applet.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=file_menu_applet.diff; charset=ISO-8859-1 diff -ruN file_menu_applet.orig/Makefile file_menu_applet/Makefile --- file_menu_applet.orig/Makefile Sat Jun 15 21:19:26 2002 +++ file_menu_applet/Makefile Sat Aug 24 00:29:57 2002 @@ -14,7 +14,11 @@ =20 USE_X_PREFIX=3D yes USE_GMAKE=3D yes -USE_GNOME=3D yes +USE_GNOMENG=3D yes +USE_GNOME=3D gnomeprefix gnomehack libpanel GNU_CONFIGURE=3D yes + +pre-everything: + @${SH} ${PKGINSTALL} ${PKGNAME} ${PREFIX} =20 .include diff -ruN file_menu_applet.orig/pkg-descr file_menu_applet/pkg-descr --- file_menu_applet.orig/pkg-descr Mon May 6 23:22:22 2002 +++ file_menu_applet/pkg-descr Sat Aug 24 00:29:58 2002 @@ -1,3 +1,4 @@ +[ excerpt from developer's site ] File Menu Applet is a small GNOME panel application which=20 creates a file manager.=20 =20 diff -ruN file_menu_applet.orig/pkg-install file_menu_applet/pkg-install --- file_menu_applet.orig/pkg-install Thu Jan 1 01:00:00 1970 +++ file_menu_applet/pkg-install Sat Aug 24 00:29:58 2002 @@ -0,0 +1,20 @@ +#!/bin/sh + +if [ -n "${PACKAGE_BUILDING}" ]; then + exit 0 +fi + +PATH=3D/bin:/usr/bin:/sbin:/usr/sbin:${PATH} +export PATH + +if [ ! -f ${2}/libdata/pkgconfig/libpanelapplet-2.0.pc ]; then + exit 0 +fi + +echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" +echo "" +echo "The GNOME 2.0 package libpanelapplet was detected on the system." +echo "file_menu_applet works only with the GNOME 1.0 panel." +echo "" +echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" +false --=-4tmnEbP+tnteMo8KHkhX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message