From owner-cvs-ports@FreeBSD.ORG Sat Jul 30 09:38:05 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E41F81065674; Sat, 30 Jul 2011 09:38:05 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7E598FC14; Sat, 30 Jul 2011 09:38:05 +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 p6U9c5T5021021; Sat, 30 Jul 2011 09:38:05 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6U9c5G2021020; Sat, 30 Jul 2011 09:38:05 GMT (envelope-from kwm) Message-Id: <201107300938.p6U9c5G2021020@repoman.freebsd.org> From: Koop Mast Date: Sat, 30 Jul 2011 09:38:05 +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/misc/amanda26-client Makefile ports/misc/amanda26-server Makefile ports/misc/amanda26-server/files patch-common-src::glib-util.c patch-common-src_conffile.c patch-common-src_glib-util.h patch-server-src_amadmin.c patch-server-src_amflush.c patch-server-src_cmdline.c patch-server-src_find.c ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2011 09:38:06 -0000 kwm 2011-07-30 09:38:05 UTC FreeBSD ports repository Modified files: misc/amanda26-client Makefile misc/amanda26-server Makefile misc/amanda26-server/files patch-common-src::glib-util.c Added files: misc/amanda26-server/files patch-common-src_conffile.c patch-common-src_glib-util.h patch-server-src_amadmin.c patch-server-src_amflush.c patch-server-src_cmdline.c patch-server-src_find.c patch-server-src_holding.c patch-server-src_planner.c Log: Make the amanda26-* ports build with the new glib 2.28. Obtained from: amanda upstream. Revision Changes Path 1.68 +1 -1 ports/misc/amanda26-client/Makefile 1.122 +1 -1 ports/misc/amanda26-server/Makefile 1.2 +36 -5 ports/misc/amanda26-server/files/patch-common-src::glib-util.c 1.1 +29 -0 ports/misc/amanda26-server/files/patch-common-src_conffile.c (new) 1.1 +21 -0 ports/misc/amanda26-server/files/patch-common-src_glib-util.h (new) 1.1 +20 -0 ports/misc/amanda26-server/files/patch-server-src_amadmin.c (new) 1.1 +41 -0 ports/misc/amanda26-server/files/patch-server-src_amflush.c (new) 1.1 +11 -0 ports/misc/amanda26-server/files/patch-server-src_cmdline.c (new) 1.1 +11 -0 ports/misc/amanda26-server/files/patch-server-src_find.c (new) 1.1 +20 -0 ports/misc/amanda26-server/files/patch-server-src_holding.c (new) 1.1 +11 -0 ports/misc/amanda26-server/files/patch-server-src_planner.c (new)