The author of the code has released an update for GPSMan. The appended patch brings the astro/gpsman port up-to-date so that it builds GPSMan-6.4, whic adds some new features (with respect to 6.3.2). Please see <http://www.ncc.up.pt/gpsman/gpsmanhtml/manual/html/GPSMandoc_62.html> for the list of changes. While I was checking the port, I noticed that there's code in the Makefile to select an appropriate default serial port (depending on the OSVERSION). Since the MPSAFE TTY layer was recently committed to HEAD, I augmented that code to select /dev/cuau0 as the default serial device for sufficiently receent FreeBSD CURRENT. (Despite this, when I tried testing it under CURRENT, I received a permissions error; the same test worked fine under FreeBSD 6.4-PRERELEASE.) Fix: Apply the following patch, then portupgrade gpsman-6.4 or portmaster gpsman-6.4 How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
amdmi3 2008-10-29 15:32:07 UTC FreeBSD ports repository Modified files: astro/gpsman Makefile distinfo pkg-plist Log: - Update to 6.4 PR: 128454 Submitted by: David Wolfskill <david at catwhisker dot org> (maintainer) Revision Changes Path 1.23 +4 -2 ports/astro/gpsman/Makefile 1.15 +3 -3 ports/astro/gpsman/distinfo 1.12 +5 -0 ports/astro/gpsman/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!