pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/simulavr



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Aug 29 04:40:06 UTC 2014

Modified Files:
        pkgsrc/emulators/simulavr: Makefile PLIST distinfo
        pkgsrc/emulators/simulavr/patches: patch-configure
            patch-doc_simulavr_texinfo patch-examples_atmel_key_scancodes.h
            patch-regress_timertest_timer_16bit.c patch-src_Makefile.in
Added Files:
        pkgsrc/emulators/simulavr: MESSAGE
        pkgsrc/emulators/simulavr/patches: patch-examples_atmel_key_StdDefs_c
            patch-src_systemclock_cpp patch-src_systemclock_h
            patch-src_traceval_cpp patch-src_traceval_h
Removed Files:
        pkgsrc/emulators/simulavr/patches: patch-src_systemclock.cpp

Log Message:
(pkgsrc)
  simulavr asks for libiberty.a.
  With avr-gcc 4.5.3 and avr-binutils-2.23.2, binutils is installing
  libiberty.a
  But with new binutils-2.24, it won't install libiberty. Instead,
  avr-gcc-4.8.3 will provied libiberty.
  Makefile (of simulavr) now has pointer to PATH of libiberty now
  as:
    CONFIGURE_ARGS+=        --with-libiberty=${PREFIX}/lib/gcc/avr
(Add patches)
   patch-src_systemclock_cpp (rename from  patch-src_systemclock.cpp)
   patch-src_systemclock_h
   patch-src_traceval_cpp
   patch-src_traceval_h
     clang flags as resize unresolved reference,
     backport from git repository (as of 2013-09-15).
  patch-examples_atmel_key_StdDefs_c        Status: Locally Added
     passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/simulavr/MESSAGE
cvs rdiff -u -r1.23 -r1.24 pkgsrc/emulators/simulavr/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/simulavr/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/simulavr/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/simulavr/patches/patch-configure \
    pkgsrc/emulators/simulavr/patches/patch-examples_atmel_key_scancodes.h \
    pkgsrc/emulators/simulavr/patches/patch-regress_timertest_timer_16bit.c \
    pkgsrc/emulators/simulavr/patches/patch-src_Makefile.in
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/emulators/simulavr/patches/patch-doc_simulavr_texinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/emulators/simulavr/patches/patch-examples_atmel_key_StdDefs_c \
    pkgsrc/emulators/simulavr/patches/patch-src_systemclock_cpp \
    pkgsrc/emulators/simulavr/patches/patch-src_systemclock_h \
    pkgsrc/emulators/simulavr/patches/patch-src_traceval_cpp \
    pkgsrc/emulators/simulavr/patches/patch-src_traceval_h
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/emulators/simulavr/patches/patch-src_systemclock.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index