FreeBSD Bugzilla – Attachment 141455 Details for
Bug 188263
[PATCH] devel/avrdude: properly handle config file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
avrdude-5.11.patch
avrdude-5.11.patch (text/plain), 1.04 KB, created by
Dmitry Marakasov
on 2014-04-04 18:20:01 UTC
(
hide
)
Description:
avrdude-5.11.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2014-04-04 18:20:01 UTC
Size:
1.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 350140) >+++ Makefile (working copy) >@@ -3,9 +3,9 @@ > > PORTNAME= avrdude > PORTVERSION= 5.11 >+PORTREVISION= 1 > CATEGORIES= devel >-MASTER_SITES= ${MASTER_SITE_SAVANNAH} >-MASTER_SITE_SUBDIR= avrdude >+MASTER_SITES= SAVANNAH/avrdude > > MAINTAINER= joerg@FreeBSD.org > COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs >@@ -17,4 +17,7 @@ > CFLAGS+= -I${LOCALBASE}/include > MAKE_JOBS_UNSAFE= yes > >+post-install: >+ ${MV} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.dist >+ > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 350140) >+++ pkg-plist (working copy) >@@ -1,3 +1,5 @@ > bin/avrdude >-etc/avrdude.conf > man/man1/avrdude.1.gz >+@unexec if cmp -s %D/etc/avrdude.conf.dist %D/etc/avrdude.conf; then rm -f %D/etc/avrdude.conf; fi >+etc/avrdude.conf.dist >+@exec if [ ! -f %B/avrdude.conf ]; then cp -p %D/%F %B/avrdude.conf; fi
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 188263
: 141455