Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2002 00:25:51 +0300 (MSK)
From:      "Lev A. Serebryakov" <lev@serebryakov.spb.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45840: New feature for port net/licq-qt-gui
Message-ID:  <200211292125.gATLPph1010667@ftp.translate.ru>

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

>Number:         45840
>Category:       ports
>Synopsis:       New feature for port net/licq-qt-gui
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 29 13:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lev A. Serebryakov <lev@serebryakov.spb.ru>
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.sereb.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 8 20:06:13 MSD 2002 root@freebsd.sereb.net:/usr/obj/usr/src/sys/LEVMAIL i386
Ports collection: 30 Nov 2002

>Description:

  This PR adds optional feature for qt-gui licq's plugin: it allows to build
  plugin with KDE support.

>How-To-Repeat:

  Apply provided patch in `net/licq-qt-gui' directory

>Fix:
--- Makefile.orig	Tue Aug 13 00:32:01 2002
+++ Makefile	Sat Nov 30 00:12:55 2002
@@ -16,6 +16,24 @@
 		LIBS="${PTHREAD_LIBS}"
 INCDIR=		${PORTSDIR}/net
 
+.if defined(WITH_KDE)
+PKGNAMESUFFIX=-kde
+USE_KDELIBS_VER=3
+CONFIGURE_ARGS+=--with-kde
+CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
+.endif
+
+pre-fetch:
+.if defined(WITH_KDE)
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "Build with KDE support"
+	@${ECHO_MSG} ""
+.else
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "You could define WITH_KDE if you want KDE support"
+	@${ECHO_MSG} ""
+.endif
+
 post-install:
 	${RM} -rf ${PREFIX}/share/licq/qt-gui/locale
 .if exists(${X11BASE}/bin/XFree86)
>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?200211292125.gATLPph1010667>