mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Upgrade to version 20010717.
This commit is contained in:
parent
985d9eea61
commit
730a417054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46137
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= avr-libc
|
||||
PORTVERSION= 20010331
|
||||
PORTVERSION= 20010717
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.amelek.gda.pl/avr/libc/
|
||||
|
||||
@ -28,7 +28,7 @@ MAKE_FLAGS= prefix=${PREFIX}
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/doc/avr-libc
|
||||
${MKDIR} ${PREFIX}/share/doc/avr-libc/examples
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README \
|
||||
${INSTALL_DATA} \
|
||||
${WRKDIR}/${DISTNAME}/doc/LICENSE \
|
||||
${WRKDIR}/${DISTNAME}/doc/register-usage.txt \
|
||||
${PREFIX}/share/doc/avr-libc
|
||||
|
@ -1 +1 @@
|
||||
MD5 (avr-libc-20010331.tar.gz) = 4b7b204cd3b1c1912ea4ed5f0c6dedab
|
||||
MD5 (avr-libc-20010717.tar.gz) = 1efd263b14ee59874b5dc17376e1618a
|
||||
|
@ -1,20 +1,11 @@
|
||||
--- Makefile.orig Sat Mar 31 18:10:42 2001
|
||||
+++ Makefile Thu Apr 19 23:09:11 2001
|
||||
@@ -33,7 +33,7 @@
|
||||
else
|
||||
--- Makefile.orig Tue Jul 17 21:10:36 2001
|
||||
+++ Makefile Sun Aug 12 17:06:41 2001
|
||||
@@ -28,7 +28,7 @@
|
||||
AR = ${target}-ar
|
||||
RM = rm
|
||||
MD = mkdir -p
|
||||
MD = mkdir -p $@
|
||||
- INSTALL = install -m644 $^/
|
||||
+ INSTALL = install -c -m644 $^/
|
||||
endif
|
||||
|
||||
ASFLAGS = -Wa,-gstabs
|
||||
@@ -386,7 +386,7 @@
|
||||
install_lib_dirs = $(libdir) $(libdir)/avr3 $(libdir)/avr4 $(libdir)/avr5
|
||||
|
||||
$(libc_dirs) $(libm_dirs) $(install_lib_dirs) $(includedir):
|
||||
- $(MD)
|
||||
+ $(MD) $@
|
||||
|
||||
ifdef win32
|
||||
win32_make_dirs:
|
||||
CFLAGS = -Wall -W -Wstrict-prototypes -O2 -g
|
||||
|
@ -74,7 +74,6 @@ avr/include/string.h
|
||||
avr/include/timer.h
|
||||
avr/include/twi.h
|
||||
avr/include/wdt.h
|
||||
share/doc/avr-libc/README
|
||||
share/doc/avr-libc/LICENSE
|
||||
share/doc/avr-libc/register-usage.txt
|
||||
share/doc/avr-libc/avr-lib.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user