1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update to 0.9.83 and mark unbroken.

This commit is contained in:
Kevin Lo 2003-05-22 06:21:20 +00:00
parent 29763acb4a
commit 6677126883
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81670
4 changed files with 16 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= quirc
PORTVERSION= 0.9.82
PORTVERSION= 0.9.83
CATEGORIES= irc tk83
MASTER_SITES= http://quirc.org/
@ -17,10 +17,6 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -pedantic"

View File

@ -1 +1 @@
MD5 (quirc-0.9.82.tar.gz) = 4148739f4cf66458bd5355d6196772cb
MD5 (quirc-0.9.83.tar.gz) = 27f357aac1f305682ae79c9f0163c069

7
irc/quirc/files/patch-ab Normal file
View File

@ -0,0 +1,7 @@
--- tcl.cc.orig Thu May 22 14:09:11 2003
+++ tcl.cc Thu May 22 14:09:21 2003
@@ -1,3 +1,4 @@
+#include <ctype.h>
#include <sys/time.h>
#include <unistd.h>
#include <sys/socket.h>

7
irc/quirc/files/patch-ac Normal file
View File

@ -0,0 +1,7 @@
--- servertcl.cc.orig Thu May 22 14:12:56 2003
+++ servertcl.cc Thu May 22 14:13:04 2003
@@ -1,3 +1,4 @@
+#include <ctype.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>