From owner-cvs-ports@FreeBSD.ORG Tue Sep 7 10:38:47 2004 Return-Path: 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 B77DC16A4CE; Tue, 7 Sep 2004 10:38:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9268243D5A; Tue, 7 Sep 2004 10:38:47 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i87Acltd022258; Tue, 7 Sep 2004 10:38:47 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i87Acl5j022257; Tue, 7 Sep 2004 10:38:47 GMT (envelope-from des) Message-Id: <200409071038.i87Acl5j022257@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 7 Sep 2004 10:38:47 +0000 (UTC) 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-src::gpsserial.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 07 Sep 2004 10:38:48 -0000 des 2004-09-07 10:38:47 UTC FreeBSD ports repository Modified files: astro/gpsdrive Makefile Added files: astro/gpsdrive/files patch-src::gpsserial.c Log: Add a hackaround to allow gpsdrive to use serial devices on FreeBSD. The original code is a non-portable Linuxism; this patch changes it to a non- portable FreeBSDism. A more elaborate and portable patch will be submitted to the author. Approved by: portmgr (krion), maintainer Revision Changes Path 1.23 +1 -0 ports/astro/gpsdrive/Makefile 1.1 +13 -0 ports/astro/gpsdrive/files/patch-src::gpsserial.c (new)