From owner-cvs-ports@FreeBSD.ORG Mon Jun 5 15:31:34 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E3816A749; Mon, 5 Jun 2006 15:31:34 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F60843D5A; Mon, 5 Jun 2006 15:31:34 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k55FTnku098445; Mon, 5 Jun 2006 15:29:49 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k55FTnJW098444; Mon, 5 Jun 2006 15:29:49 GMT (envelope-from vd) Message-Id: <200606051529.k55FTnJW098444@repoman.freebsd.org> From: Vasil Dimov Date: Mon, 5 Jun 2006 15:29:49 +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/graphics/xaralx Makefile ports/graphics/xaralx/files patch-configure.in ports/graphics/xaralx-devel Makefile distinfo ports/graphics/xaralx-devel/files patch-configure.in 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: Mon, 05 Jun 2006 15:31:42 -0000 vd 2006-06-05 15:29:49 UTC FreeBSD ports repository Modified files: graphics/xaralx Makefile graphics/xaralx/files patch-configure.in graphics/xaralx-devel Makefile distinfo Added files: graphics/xaralx-devel/files patch-configure.in Log: * Upgrade graphics/xaralx-devel from 0.5r1184 to 0.5r1250 * Add libtool dependency because configure.in mentions AC_PROG_LIBTOOL which seems to be defined by libtool.m4 installed by libtool. This allows us to drop the hack of removing it from configure.in * Invoking "pkg-config --cflags atk fontconfig gdk-2.0 pango" is not necessary anymore. Drop it. * Invoke autoreconf with a hacked value of ACLOCAL environment variable to make aclocal find gettext.m4 which is installed in /usr/local/aclocal/ but aclocal is searching /usr/local/aclocal19/. ade@ promised to fix this soon * Remove unnecessary changes to configure.in, they are not needed now Revision Changes Path 1.9 +5 -1 ports/graphics/xaralx-devel/Makefile 1.9 +3 -3 ports/graphics/xaralx-devel/distinfo 1.4 +22 -0 ports/graphics/xaralx-devel/files/patch-configure.in (new) 1.13 +6 -5 ports/graphics/xaralx/Makefile 1.4 +12 -50 ports/graphics/xaralx/files/patch-configure.in