From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 20 15:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD5841065673 for ; Sun, 20 Apr 2008 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7E538FC16 for ; Sun, 20 Apr 2008 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3KFK2lg087294 for ; Sun, 20 Apr 2008 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3KFK28J087293; Sun, 20 Apr 2008 15:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 20 Apr 2008 15:20:02 GMT Resent-Message-Id: <200804201520.m3KFK28J087293@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Le Brun Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94793106564A for ; Sun, 20 Apr 2008 15:19:23 +0000 (UTC) (envelope-from david@trucs.org) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.freebsd.org (Postfix) with ESMTP id 59D948FC0A for ; Sun, 20 Apr 2008 15:19:23 +0000 (UTC) (envelope-from david@trucs.org) Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id C42241AB309 for ; Sun, 20 Apr 2008 17:19:21 +0200 (CEST) Received: from cannelle.lan.org (mne69-10-88-173-76-7.fbx.proxad.net [88.173.76.7]) by smtp1-g19.free.fr (Postfix) with SMTP id 6724C1AB2FB for ; Sun, 20 Apr 2008 17:19:21 +0200 (CEST) Received: by cannelle.lan.org (sSMTP sendmail emulation); Sun, 20 Apr 2008 17:19:20 +0200 Message-Id: <20080420151921.6724C1AB2FB@smtp1-g19.free.fr> Date: Sun, 20 Apr 2008 17:19:20 +0200 From: "David" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/122934: devel/py-notify: src/pynotify.c does not get rebuilt properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Le Brun List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 15:20:02 -0000 >Number: 122934 >Category: ports >Synopsis: devel/py-notify: src/pynotify.c does not get rebuilt properly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 20 15:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David Le Brun >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD cannelle.lan 7.0-STABLE FreeBSD 7.0-STABLE #3: Sun Mar 2 15:18:43 CET 2008 root@cannelle.lan:/usr/src/sys/i386/compile/CANNELLE i386 >Description: This patch fixes: * 'attach_to_status_icon' is missing (http://trac.galago-project.org/ticket/121) : The reason is simply that src/pynotify.c does not get rebuilt properly. When deleting the file, it gets regenerated properly and attach_to_status_icon() works. * Make portlint happy >How-To-Repeat: >Fix: --- py-notify.patch begins here --- diff -ruN py-notify.orig/Makefile py-notify/Makefile --- py-notify.orig/Makefile 2007-05-19 22:03:32.000000000 +0200 +++ py-notify/Makefile 2008-04-20 17:10:44.000000000 +0200 @@ -7,8 +7,8 @@ PORTNAME= notify PORTVERSION= 0.1.1 -PORTREVISION= 1 DISTVERSIONPREFIX=python- +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://www.galago-project.org/files/releases/source/notify-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,6 +27,9 @@ DOCS= AUTHORS COPYING ChangeLog NEWS +pre-build: + @${RM} ${WRKSRC}/src/pynotify.c + .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} --- py-notify.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: