summaryrefslogtreecommitdiff
path: root/misc/heyu2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-07-25 12:19:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-07-25 12:19:25 +0000
commitcc3c6d93c076e49582be3ce00c18ca2d78f684a3 (patch)
treedc503e7b248b902d7211e805ce217f9f39a16953 /misc/heyu2
parentReserve uid/gid for Openlink Virtuoso Universal Server. (diff)
- Update to 2.0beta.6.2
PR: ports/100733 Submitted by: mstowe <mstowe(at)chicago.us.mensa.org> Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=168724
Diffstat (limited to 'misc/heyu2')
-rw-r--r--misc/heyu2/Makefile9
-rw-r--r--misc/heyu2/distinfo6
-rw-r--r--misc/heyu2/files/patch-setclock11
3 files changed, 19 insertions, 7 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile
index 3e39a00f3818..96c0c62a0612 100644
--- a/misc/heyu2/Makefile
+++ b/misc/heyu2/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= heyu2
-PORTVERSION= 2.0.b.5
+PORTVERSION= 2.0.b.6
CATEGORIES= misc
MASTER_SITES= http://www.heyu.org/download/
-DISTNAME= heyu-2.0beta.5
+DISTNAME= heyu-2.0beta.6.2
EXTRACT_SUFX= .tgz
MAINTAINER= mstowe@chicago.us.mensa.org
@@ -19,7 +19,7 @@ CONFLICTS= heyu-[0-9]*
#IS_INTERACTIVE= yes
ALL_TARGET= all
-WRKSRC= ${WRKDIR}/heyu-2.0beta.5
+WRKSRC= ${WRKDIR}/heyu-2.0beta.6.2
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= freebsd
@@ -33,7 +33,8 @@ MAN5= x10config.5 \
post-patch:
@${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
- s,(CC|CFLAGS) =,\1 ?=,g' \
+ s,(CC) =,\1 ?=,g; \
+ s,(CFLAGS) =,\1 +=,g' \
${WRKSRC}/Configure
.if ${OSVERSION} >= 500000
@${REINPLACE_CMD} -e 's|<.*termio[s]*.h|<sys/ttycom.h|g' \
diff --git a/misc/heyu2/distinfo b/misc/heyu2/distinfo
index e19446d615c3..c3a4428422c7 100644
--- a/misc/heyu2/distinfo
+++ b/misc/heyu2/distinfo
@@ -1,3 +1,3 @@
-MD5 (heyu-2.0beta.5.tgz) = 8289d5ca5b972333a72bc0fc3e640c13
-SHA256 (heyu-2.0beta.5.tgz) = 449b62d2641b4d18af3b09af619ee38de4c0cbd8cdf0dcd8444d01862f9b2b04
-SIZE (heyu-2.0beta.5.tgz) = 298125
+MD5 (heyu-2.0beta.6.2.tgz) = cd632841d2ad151e63d5247519bb2993
+SHA256 (heyu-2.0beta.6.2.tgz) = aa9cc03f5feb8091ef2e5986ad467cd620a804d135ba2741a67b00396172c1ba
+SIZE (heyu-2.0beta.6.2.tgz) = 325199
diff --git a/misc/heyu2/files/patch-setclock b/misc/heyu2/files/patch-setclock
new file mode 100644
index 000000000000..4c18503cae40
--- /dev/null
+++ b/misc/heyu2/files/patch-setclock
@@ -0,0 +1,11 @@
+--- setclock.c.orig Mon Jul 24 00:10:39 2006
++++ setclock.c Mon Jul 24 00:11:26 2006
+@@ -375,7 +375,7 @@
+ int c_stop_cm11a_poll ( int argc, char *argv[] )
+ {
+ unsigned char data[3];
+- extern int write(), xwrite(), check4poll();
++ extern int xwrite(), check4poll();
+
+ data[0] = 0x9b;
+