1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 3.4.0

- Unbreak on 7.x

PR:		ports/125110
Suggested by:	Chris Pet <chrispetso@gmail.com>
Approved by:	Maintainer timeout (two weeks)
This commit is contained in:
Beech Rintoul 2008-07-15 03:03:49 +00:00
parent 166443da12
commit 0774d47596
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216855
5 changed files with 2147 additions and 1413 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= kvirc
PORTVERSION= 3.2.0
PORTREVISION= 5
PORTVERSION= 3.4.0
CATEGORIES= irc kde
MASTER_SITES= ftp://ftp.kvirc.net/pub/%SUBDIR%/ \
ftp://ftp.kvirc.de/pub/%SUBDIR%/ \
@ -23,6 +22,8 @@ USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GETTEXT= yes
INSTALLS_ICONS= yes
CONFIGURE_TARGET=
PLIST_SUB= VER=${PORTVERSION}
@ -35,10 +36,6 @@ OPTIONS= ARTS "Compile with arts support" on \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if defined(WITH_ARTS)
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
.else

View File

@ -1,3 +1,3 @@
MD5 (kvirc-3.2.0.tar.bz2) = e783827fda3832fc3fb50e7a41ed627d
SHA256 (kvirc-3.2.0.tar.bz2) = ef4ad991578230db6c0bb8e7335304eac23996fedae682761c8b08ba89552984
SIZE (kvirc-3.2.0.tar.bz2) = 3704445
MD5 (kvirc-3.4.0.tar.bz2) = 86529355dc3e461f1e791d79a13b9af9
SHA256 (kvirc-3.4.0.tar.bz2) = 8acfd00b76ee2924ed393583aad17cbf76193bb16d221cc5ab1f702531ccf00a
SIZE (kvirc-3.4.0.tar.bz2) = 5311152

View File

@ -1,11 +1,11 @@
--- data/protocols/Makefile.in.bak Wed Feb 15 10:36:43 2006
+++ data/protocols/Makefile.in Fri Feb 25 21:34:49 2005
@@ -183,7 +183,7 @@
--- data/protocols/Makefile.in.orig 2008-03-12 18:28:40.000000000 -0800
+++ data/protocols/Makefile.in 2008-06-30 12:04:08.000000000 -0800
@@ -215,7 +215,7 @@
top_srcdir = @top_srcdir@
topdir = @topdir@
tmpdir = $(kdeservicesdir)
-tmp_DATA = irc.protocol irc6.protocol
+tmp_DATA = kvirc.protocol kvirc6.protocol
EXTRA_DIST = $(tmp_DATA)
subdir = data/protocols
all: all-am

View File

@ -1,6 +1,6 @@
--- configure.orig Sat Feb 26 03:35:31 2005
+++ configure Sat Mar 12 09:28:45 2005
@@ -19621,7 +19621,7 @@
--- configure.orig 2008-03-12 18:29:00.000000000 -0800
+++ configure 2008-06-30 12:21:03.000000000 -0800
@@ -20761,7 +20761,7 @@
# This can be used to rebuild libtool when needed
@ -9,16 +9,16 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -21745,7 +21745,7 @@
@@ -26694,7 +26694,7 @@
else
echo "$as_me:$LINENO: result: no..using lpthread" >&5
echo "${ECHO_T}no..using lpthread" >&6
{ echo "$as_me:$LINENO: result: no..using lpthread" >&5
echo "${ECHO_T}no..using lpthread" >&6; }
- SS_THREAD_LIBLINK="-lpthread"
+ SS_THREAD_LIBLINK="-pthread"
cat >>confdefs.h <<\_ACEOF
#define COMPILE_THREADS_USE_POSIX 1
@@ -23316,7 +23316,7 @@
@@ -28452,7 +28452,7 @@
# Set the X include and lib dir
SS_X_INCDIR="$x_includes"
SS_X_LIBDIR="$x_libraries"

File diff suppressed because it is too large Load Diff