FreeBSD Bugzilla – Attachment 101432 Details for
Bug 140912
[PATCH] comms/garmin-utils: use correct serial device on 8.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
garmin-utils-2.5_1.patch
garmin-utils-2.5_1.patch (text/plain), 849 bytes, created by
Dmitry Marakasov
on 2009-11-26 21:30:04 UTC
(
hide
)
Description:
garmin-utils-2.5_1.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-11-26 21:30:04 UTC
Size:
849 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/comms/garmin-utils/Makefile,v >retrieving revision 1.8 >diff -u -u -r1.8 Makefile >--- Makefile 5 Jan 2009 17:27:25 -0000 1.8 >+++ Makefile 26 Nov 2009 20:51:42 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= garmin-utils > PORTVERSION= 2.5 >+PORTREVISION= 1 > CATEGORIES= comms geography > MASTER_SITES= ftp://ftp.snafu.org/pub/ > >@@ -16,8 +17,15 @@ > MAN1= gardump.1 garload.1 > MANCOMPRESSED= yes > MAKE_ARGS+= MANDIR=${MANPREFIX}/man/man >-MAKE_ARGS+= GPS_SERIAL_PORT=/dev/cuad0 > > PLIST_FILES= bin/gardump bin/garload > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} < 800045 >+MAKE_ARGS+= GPS_SERIAL_PORT=/dev/cuad0 >+.else >+MAKE_ARGS+= GPS_SERIAL_PORT=/dev/cuau0 >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 140912
: 101432