Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2000 23:25:39 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/16688: fix port: irc/kvirc
Message-ID:  <20000213042539.D42D41929@argon.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>Number:         16688
>Category:       ports
>Synopsis:       fix port: irc/kvirc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 12 20:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Feb 12 13:20:47 EST 2000     root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON  i386

>Description:

This PR fixes KVIRC for -CURRENT. KVIRC does not need
-lpthread after all... :)

>How-To-Repeat:

Use the patch below to fix the current port.

>Fix:

diff -urN kvirc/Makefile kvirc.new/Makefile
--- kvirc/Makefile	Sat Feb  5 06:16:23 2000
+++ kvirc.new/Makefile	Sat Feb 12 23:25:05 2000
@@ -13,8 +13,6 @@
 
 MAINTAINER=	andrews@technologist.com
 
-LIB_DEPENDS=	pthread.13:${PORTSDIR}/devel/pth-devel
-
 USE_QT2=	yes
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
diff -urN kvirc/patches/patch-ab kvirc.new/patches/patch-ab
--- kvirc/patches/patch-ab	Fri Feb  4 19:17:55 2000
+++ kvirc.new/patches/patch-ab	Sat Feb 12 23:22:23 2000
@@ -14,7 +14,7 @@
    
  					ac_save_LIBS="$LIBS"
 -					LIBS="-lpthread"
-+					LIBS="-L${prefix}/lib -lpthread"
++					LIBS="-pthread"
  					cat > conftest.$ac_ext <<EOF
  #line 3440 "configure"
  #include "confdefs.h"
@@ -27,7 +27,7 @@
 -		SS_FLAGS_LIBLINK="-lqt $SS_X_EXTRA_LIBS -lXext -lX11 -lpthread" 
 + 		SS_FLAGS_INCDIRS="-I${prefix}/include -I$SS_QT_INCLUDE_DIR -I$SS_X_INCLUDE_DIR -D_REENTRANT"
 +		SS_FLAGS_LIBDIRS="-L${prefix}/lib -L$SS_QT_LIBRARY_DIR -L$SS_X_LIBRARY_DIR"
-+		SS_FLAGS_LIBLINK="-lqt2 $SS_X_EXTRA_LIBS -lXext -lX11 -lpthread" 
++		SS_FLAGS_LIBLINK="-lqt2 $SS_X_EXTRA_LIBS -lXext -lX11 -pthread" 
  		 	
  		imagedir="\${exec_prefix}/share/kvirc/pics" 	
  		helpdir="\${exec_prefix}/share/kvirc/help/en" 	

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000213042539.D42D41929>