From owner-cvs-all@FreeBSD.ORG Sun Jul 13 19:35:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E120237B425; Sun, 13 Jul 2003 19:35:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4007243F75; Sun, 13 Jul 2003 19:35:56 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6E2Zt0U009008; Sun, 13 Jul 2003 19:35:55 -0700 (PDT) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6E2Zt6E009007; Sun, 13 Jul 2003 19:35:55 -0700 (PDT) Message-Id: <200307140235.h6E2Zt6E009007@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 13 Jul 2003 19:35:55 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/gpsdrive Makefileports/astro/gpsdrive/files patch-configure patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 02:35:57 -0000 sf 2003/07/13 19:35:55 PDT FreeBSD ports repository Modified files: astro/gpsdrive Makefile astro/gpsdrive/files patch-src-Makefile.in Added files: astro/gpsdrive/files patch-configure Log: get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead. add missing dependency to gettext. Revision Changes Path 1.11 +3 -1 ports/astro/gpsdrive/Makefile 1.1 +11 -0 ports/astro/gpsdrive/files/patch-configure (new) 1.3 +0 -18 ports/astro/gpsdrive/files/patch-src-Makefile.in