summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-06 09:57:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-06 09:57:23 +0000
commiteae558dfd26933b09de2fec9fe1f92e7280d48d4 (patch)
treed8b9b72c8627d8b517541577728962e30417ee31 /lang
parentNow using lib/tomcat.jar as JAR file instead of the non-existent (diff)
upgrade to 0.7.5
drop maintainership
Notes
Notes: svn path=/head/; revision=58603
Diffstat (limited to 'lang')
-rw-r--r--lang/awka/Makefile6
-rw-r--r--lang/awka/distinfo2
-rw-r--r--lang/awka/files/patch-io.c10
-rw-r--r--lang/awka/pkg-plist2
4 files changed, 14 insertions, 6 deletions
diff --git a/lang/awka/Makefile b/lang/awka/Makefile
index a9f11daf305e..832218d78fa7 100644
--- a/lang/awka/Makefile
+++ b/lang/awka/Makefile
@@ -6,11 +6,11 @@
# $FreeBSD$
PORTNAME= awka
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.5
CATEGORIES= lang
MASTER_SITES= http://awka.sourceforge.net/
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
@@ -21,6 +21,6 @@ MAN1= awka.1
MAN5= awka-elm.5 awka-elmref.5
post-install:
- @strip ${PREFIX}/bin/awka
+ @${STRIP_CMD} ${PREFIX}/bin/awka
.include <bsd.port.mk>
diff --git a/lang/awka/distinfo b/lang/awka/distinfo
index 4db14a680adf..ff3afbe178bd 100644
--- a/lang/awka/distinfo
+++ b/lang/awka/distinfo
@@ -1 +1 @@
-MD5 (awka-0.7.4.tar.gz) = 80da40555d79d78cf96d8e3a03e1b94f
+MD5 (awka-0.7.5.tar.gz) = 6e6dd4a60b25dc0a7a06c6de063d6590
diff --git a/lang/awka/files/patch-io.c b/lang/awka/files/patch-io.c
new file mode 100644
index 000000000000..90af8866bace
--- /dev/null
+++ b/lang/awka/files/patch-io.c
@@ -0,0 +1,10 @@
+--- lib/io.c.orig Mon May 6 17:32:36 2002
++++ lib/io.c Mon May 6 17:32:58 2002
+@@ -19,6 +19,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <errno.h>
++#include <sys/types.h>
+
+ #define _IO_C
+ #define _IN_LIBRARY
diff --git a/lang/awka/pkg-plist b/lang/awka/pkg-plist
index 40f861b3f30c..221dd9199a3e 100644
--- a/lang/awka/pkg-plist
+++ b/lang/awka/pkg-plist
@@ -1,6 +1,4 @@
bin/awka
lib/libawka.a
-lib/libdfa.a
lib/libawka.so
include/libawka.h
-include/dfa.h