FreeBSD Bugzilla – Attachment 101433 Details for
Bug 140913
[PATCH] comms/minicom: use correct serial device on 8.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
minicom-2.3_2.patch
minicom-2.3_2.patch (text/plain), 1.12 KB, created by
Dmitry Marakasov
on 2009-11-26 21:30:05 UTC
(
hide
)
Description:
minicom-2.3_2.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-11-26 21:30:05 UTC
Size:
1.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/comms/minicom/Makefile,v >retrieving revision 1.50 >diff -u -u -r1.50 Makefile >--- Makefile 5 Jan 2009 17:27:26 -0000 1.50 >+++ Makefile 26 Nov 2009 21:08:00 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= minicom > PORTVERSION= 2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= comms > MASTER_SITES= http://alioth.debian.org/frs/download.php/2332/ \ > ftp://ftp.nuug.no/pub/anders/distfiles/ \ >@@ -35,11 +35,18 @@ > --sysconfdir=${PREFIX}/etc/minicom \ > --enable-lock-dir=/var/spool/lock > >-MINICOM_DEFAULT_PORT?= /dev/cuad0 > CONFIGURE_ARGS+= --enable-dfl-port=${MINICOM_DEFAULT_PORT} > > MAN1= minicom.1 runscript.1 ascii-xfr.1 xminicom.1 > >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} < 800045 >+MINICOM_DEFAULT_PORT?= /dev/cuad0 >+.else >+MINICOM_DEFAULT_PORT?= /dev/cuau0 >+.endif >+ > post-patch: > ${REINPLACE_CMD} -e "s@/usr/local/bin/@${LOCALBASE}/bin/@; \ > s@/sz@/lsz@;s@/sb@/lsb@;s@/sx@/lsx@;s@/rz@/lrz@; \ >@@ -65,4 +72,4 @@ > ${DOCSDIR}) > .endif > >-.include <bsd.port.mk> >+.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 140913
: 101433