diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-05-22 06:21:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-05-22 06:21:20 +0000 |
commit | 6677126883c2471a9b59e00cf8d338b85ea7c215 (patch) | |
tree | 5b6dac845f5654e8a4b7efb5fc72364659c206f4 /irc/quirc | |
parent | Upgrade to 2003.01.21. Appears to only add some more file export/print (diff) |
Update to 0.9.83 and mark unbroken.
Notes
Notes:
svn path=/head/; revision=81670
Diffstat (limited to 'irc/quirc')
-rw-r--r-- | irc/quirc/Makefile | 6 | ||||
-rw-r--r-- | irc/quirc/distinfo | 2 | ||||
-rw-r--r-- | irc/quirc/files/patch-ab | 7 | ||||
-rw-r--r-- | irc/quirc/files/patch-ac | 7 |
4 files changed, 16 insertions, 6 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index fa914f59a5ab..797594fda969 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -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" diff --git a/irc/quirc/distinfo b/irc/quirc/distinfo index 2a757d3aac20..bbddc77e7df1 100644 --- a/irc/quirc/distinfo +++ b/irc/quirc/distinfo @@ -1 +1 @@ -MD5 (quirc-0.9.82.tar.gz) = 4148739f4cf66458bd5355d6196772cb +MD5 (quirc-0.9.83.tar.gz) = 27f357aac1f305682ae79c9f0163c069 diff --git a/irc/quirc/files/patch-ab b/irc/quirc/files/patch-ab new file mode 100644 index 000000000000..0b9323a4cd8f --- /dev/null +++ b/irc/quirc/files/patch-ab @@ -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> diff --git a/irc/quirc/files/patch-ac b/irc/quirc/files/patch-ac new file mode 100644 index 000000000000..64c730463ead --- /dev/null +++ b/irc/quirc/files/patch-ac @@ -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> |