From owner-cvs-ports@FreeBSD.ORG Sun Apr 9 16:12:16 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 7E4FF16A401; Sun, 9 Apr 2006 16:12:16 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505BF43D53; Sun, 9 Apr 2006 16:12:16 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k39GCGOs084121; Sun, 9 Apr 2006 16:12:16 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k39GCGVK084117; Sun, 9 Apr 2006 16:12:16 GMT (envelope-from mezz) Message-Id: <200604091612.k39GCGVK084117@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 9 Apr 2006 16:12:15 +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/net/ekiga Makefile pkg-plist 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: Sun, 09 Apr 2006 16:12:16 -0000 mezz 2006-04-09 16:12:15 UTC FreeBSD ports repository Modified files: net/ekiga Makefile pkg-plist Log: - USE_AUTOTOOLS=libtool:15 -> GNU_CONFIGURE=yes - ${LOCALBASE}/bin/sdl11-config -> ${SDL_CONFIG} - Add intlhack. - Add -I${LOCALBASE}/include and -L${LOCALBASE}/lib to allow it finds more stuff such as libintl.h and etc. - Install dbus files in the correct place. Since, it's installed in the wrong place and are not in plist, you can clean up by manual by do this: rm -rf /usr/X11R6/share/gnome/dbus-1 - Correct the plist if you disable/enable the dbus. - Bump the PORTREVISION. Reviewed by: marcus Approved by: "Jean-Baptiste Quenot" (maintainer) Revision Changes Path 1.59 +12 -5 ports/net/ekiga/Makefile 1.18 +3 -0 ports/net/ekiga/pkg-plist