summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-08-12 15:15:57 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-08-12 15:15:57 +0000
commit730a417054485084ddd3c3ba451da4c0cdb1f89e (patch)
tree187433419ffc5d75b2c83ad5f7e1f6fb586e977d /devel
parentUpgrade to the released version of gcc 3.0. (diff)
Upgrade to version 20010717.
Notes
Notes: svn path=/head/; revision=46137
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-libc/Makefile4
-rw-r--r--devel/avr-libc/distinfo2
-rw-r--r--devel/avr-libc/files/patch-aa21
-rw-r--r--devel/avr-libc/pkg-plist1
4 files changed, 9 insertions, 19 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile
index 41db632e6155..3ab0b69a1e00 100644
--- a/devel/avr-libc/Makefile
+++ b/devel/avr-libc/Makefile
@@ -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
diff --git a/devel/avr-libc/distinfo b/devel/avr-libc/distinfo
index 6c10536c9b0b..50726de2b499 100644
--- a/devel/avr-libc/distinfo
+++ b/devel/avr-libc/distinfo
@@ -1 +1 @@
-MD5 (avr-libc-20010331.tar.gz) = 4b7b204cd3b1c1912ea4ed5f0c6dedab
+MD5 (avr-libc-20010717.tar.gz) = 1efd263b14ee59874b5dc17376e1618a
diff --git a/devel/avr-libc/files/patch-aa b/devel/avr-libc/files/patch-aa
index 2eeb7ad476d0..f553ab9d3a9b 100644
--- a/devel/avr-libc/files/patch-aa
+++ b/devel/avr-libc/files/patch-aa
@@ -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
diff --git a/devel/avr-libc/pkg-plist b/devel/avr-libc/pkg-plist
index b44c18a88e9b..6c4b0e05b79b 100644
--- a/devel/avr-libc/pkg-plist
+++ b/devel/avr-libc/pkg-plist
@@ -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