Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 11:20:39 +0100 (MET)
From:      Roland Jesse <roland.jesse@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48276: devel/qextmdi: Add "-kde" suffix if compiling with KDE support
Message-ID:  <200302141020.h1EAKd64006193@arthur.cs.uni-magdeburg.de>

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

>Number:         48276
>Category:       ports
>Synopsis:       devel/qextmdi: Add "-kde" suffix if compiling with KDE support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 14 02:20:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Roland Jesse
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.7-STABLE #9: Tue Nov 19 13:06:45 CET 2002 i386
>Description:
Add a "-kde" package name suffix in case we are compiling with KDE
support. This simply allows users to quickly see whether or not they
should link against KDE, too, in case they are using this library.

Bump port revision.

My email address changed.
>How-To-Repeat:
build and install devel/qextmdi with WITH_KDE=yes
>Fix:
diff -ruN qextmdi/Makefile qextmdi.new/Makefile
--- qextmdi/Makefile	Thu Jan 16 01:11:50 2003
+++ qextmdi.new/Makefile	Fri Feb 14 11:10:58 2003
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	qextmdi
 # Date created:				29 April 2002
-# Whom:					jesse@cs.uni-magdeburg.de
+# Whom:					roland.jesse@gmx.net
 #
 # $FreeBSD: ports/devel/qextmdi/Makefile,v 1.2 2003/01/15 14:54:42 arved Exp $
 
 PORTNAME=	qextmdi
 PORTVERSION=	2.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.geocities.com/gigafalk/qextmdi/
 EXTRACT_SUFX=	.tgz
@@ -16,6 +16,7 @@
 
 .if defined(WITH_KDE)
 USE_KDELIBS_VER=	3
+PKGNAMESUFFIX=	-kde
 .else
 USE_QT_VER=	3
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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