From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 13 05:08:00 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6686D106566B; Sun, 13 Dec 2009 05:08:00 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56E528FC0C; Sun, 13 Dec 2009 05:08:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBD580Qd031857; Sun, 13 Dec 2009 05:08:00 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBD580Da031853; Sun, 13 Dec 2009 05:08:00 GMT (envelope-from mezz) Date: Sun, 13 Dec 2009 05:08:00 GMT Message-Id: <200912130508.nBD580Da031853@freefall.freebsd.org> To: zhoushuqun@gmail.com, mezz@FreeBSD.org, gnome@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/141241: Update port: sysutils/gnome-schedule X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2009 05:08:00 -0000 Synopsis: Update port: sysutils/gnome-schedule State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Dec 13 05:07:18 UTC 2009 State-Changed-Why: Thanks for submitted the patch. Part of your patch isn't correct, which I have corrected it. What have I done? - Add gnomehack in USE_GNOME that will correct all paths. Which paths that wasn't correct? List here: lib/bonobo/servers (should be libdata/bonobo/servers) lib/locale (should be share/locale) - Since it installs *.omf files. Add INSTALLS_OMF=yes - It installs locale stuff, add USE_GETTEXT=yes - The pkg-plist isn't right. There are a lot of directories that shouldn't be list in the pkg-plist. - The post-patch looks like is no longer need. The configure is pretty portable now as far as from what I can tell. If not, let me know. If you want to learn more about create patch or new ports related w/ GNOME. Feel free to ask in the gnome@FreeBSD.org list and we will be happy to help you. http://www.freebsd.org/cgi/query-pr.cgi?pr=141241