pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(cross/avrdude) Makefile (Re: Update to 6.0.1
| From: Makoto Fujiwara <makoto%ki.nu@localhost>
| Subject: (cross/avrdude) Update to 6.0.1
| Date: Thu, 28 Nov 2013 18:25:04 +0900
> Import as from wip
> (libftdi1-1.0) as devel/libftdi1
> (libconfuse-2.7) as devel/libconfuse
> (libhid-0.2.16) as devel/libhid
Those are done. Thanks a lot. By the way,
In updating avrdude 5.11 to 6.0.1, I think I need to resolve
contension on Makefile.
I made (3) from (1). But (1) is also getting (2).
Shall I go (3) for 6.0.1 ? (Let me do that unless objection, thanks)
(1) (upto 5.11)
----------------------------
revision 1.30
date: 2010-02-20 04:13:45 +0900; author: joerg; state: Exp; lines: +3 -2;
Use correct permissions on the config files.
----------------------------
CONF_FILES= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf
CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \
- ${ROOT_USER} ${ROOT_GROUP} 644
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644
(2) (5.11)
----------------------------
revision 1.37
date: 2013-11-20 15:11:34 +0900; author: dsainty; state: Exp; lines: +1 -3;
commitid: AmZj8BZBivPfPYdx;
There is no need to install avrdude.conf twice. Remove the CONF_FILES_PERMS
entry, as the permissions are not exotic.
----------------------------
CONF_FILES= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf
-CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \
- ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644
(3) Proposing (6.0.1 at wip)
----------------------------
-CONF_FILES= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf
+CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644
Thanks in advance,
---
Makoto Fujiwara,
Chiba, Japan, Narita Airport and Disneyland prefecture.
Home |
Main Index |
Thread Index |
Old Index