Update to version 2001-10-07.

. install -c now default, thus patch-aa no longer needed
. isblank() has been added
. the HTML reference is now integral part of the
  distribution file, so no need to fetch it separately
  anymore
This commit is contained in:
Joerg Wunsch 2001-10-10 17:21:22 +00:00
parent 9e1f2236e0
commit e18c01e4e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48653
3 changed files with 3 additions and 18 deletions

View file

@ -6,12 +6,9 @@
#
PORTNAME= avr-libc
PORTVERSION= 20010821
PORTVERSION= 20011007
CATEGORIES= devel
MASTER_SITES= http://www.amelek.gda.pl/avr/libc/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
avr-libc-reference.html
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= joerg@freebsd.org
@ -34,6 +31,7 @@ post-install:
${INSTALL_DATA} \
${WRKDIR}/${DISTNAME}/doc/LICENSE \
${WRKDIR}/${DISTNAME}/doc/register-usage.txt \
${WRKDIR}/${DISTNAME}/doc/avr-libc-reference.html \
${PREFIX}/share/doc/avr-libc
@for f in avr-recv.c io.c prg printf.h progmem.c \
send_byte.s signal.c;\
@ -42,6 +40,5 @@ post-install:
${PREFIX}/share/doc/avr-libc/examples; \
done
${INSTALL_DATA} ${FILESDIR}/avr-lib.pdf ${PREFIX}/share/doc/avr-libc
${INSTALL_DATA} ${DISTDIR}/avr-libc-reference.html ${PREFIX}/share/doc/avr-libc
.include <bsd.port.mk>

View file

@ -1,2 +1 @@
MD5 (avr-libc-20010821.tar.gz) = 34495bc16291b634bae200f700f7d09b
MD5 (avr-libc-reference.html) = e96ede608970d1ff397e4fae5b04d5ec
MD5 (avr-libc-20011007.tar.gz) = d61cdcc84c97fbc0f175d6bd7f28ab13

View file

@ -1,11 +0,0 @@
--- 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 $@
- INSTALL = install -m644 $^/
+ INSTALL = install -c -m644 $^/
ASFLAGS = -Wa,-gstabs
CFLAGS = -Wall -W -Wstrict-prototypes -O2 -g