From owner-cvs-all@FreeBSD.ORG Mon May 14 07:50:24 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 396DD106567D; Mon, 14 May 2012 07:50:24 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 255718FC08; Mon, 14 May 2012 07:50:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4E7oOFV099716; Mon, 14 May 2012 07:50:24 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4E7oOgR099715; Mon, 14 May 2012 07:50:24 GMT (envelope-from bsam) Message-Id: <201205140750.q4E7oOgR099715@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 14 May 2012 07:50:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gamin/files patch-server_gam_eq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 07:50:24 -0000 bsam 2012-05-14 07:50:23 UTC FreeBSD ports repository Added files: devel/gamin/files patch-server_gam_eq.c Log: 1. Fix build with clang: [1] ----- clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../libgamin -I../protocol -I../lib -I../libgamin -I/usr/local/include/glib-2.0 -DBINDIR=\""/usr/local/libexec"\" -DG_DISABLE_DEPRECATED -DGAM_DEBUG_ENABLED -DHAVE_LINUX -I/usr/local/include -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare -g -O2 -pipe -fno-strict-aliasing -MT gam_eq.o -MD -MP -MF .deps/gam_eq.Tpo -c -o gam_eq.o gam_eq.c gam_eq.c:127:3: error: non-void function 'gam_eq_flush' should return a value [-Wreturn-type] return; ^ 1 error generated. ----- 2. Do not bump PORTREVISION. 3. Since upstream is almost dead it's unlikely that this patch will be committed to it's repository. Attn: GNOME has switched from gamin to gio. Seems that this port may/should be deprecated... Approved by: gnome (mezz) [1] Discussed at: freebsd-gnome Revision Changes Path 1.1 +11 -0 ports/devel/gamin/files/patch-server_gam_eq.c (new)