Date: Fri, 23 Aug 2002 15:40:03 -0700 (PDT) From: Franz Klammer <klammer@webonaut.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/41955: change file_menu_applet to support USE_GNOMENG Message-ID: <200208232240.g7NMe3HY057110@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41955; it has been noted by GNATS. From: Franz Klammer <klammer@webonaut.com> To: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208232240.g7NMe3HY057110>