From jesse@arthur.cs.uni-magdeburg.de  Fri Feb 14 02:18:08 2003
Return-Path: <jesse@arthur.cs.uni-magdeburg.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BFE3E37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Feb 2003 02:18:08 -0800 (PST)
Received: from arthur.cs.uni-magdeburg.de (arthur.cs.uni-magdeburg.de [141.44.27.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4E5143FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Feb 2003 02:18:07 -0800 (PST)
	(envelope-from jesse@arthur.cs.uni-magdeburg.de)
Received: from arthur.cs.uni-magdeburg.de (localhost [127.0.0.1])
	by arthur.cs.uni-magdeburg.de (8.12.6/8.12.6) with ESMTP id h1EAKdRY006194
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Feb 2003 11:20:39 +0100 (CET)
	(envelope-from jesse@arthur.cs.uni-magdeburg.de)
Received: (from jesse@localhost)
	by arthur.cs.uni-magdeburg.de (8.12.6/8.12.6/Submit) id h1EAKd64006193;
	Fri, 14 Feb 2003 11:20:39 +0100 (MET)
Message-Id: <200302141020.h1EAKd64006193@arthur.cs.uni-magdeburg.de>
Date: Fri, 14 Feb 2003 11:20:39 +0100 (MET)
From: Roland Jesse <roland.jesse@gmx.net>
Reply-To: Roland Jesse <roland.jesse@gmx.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: devel/qextmdi: Add "-kde" suffix if compiling with KDE support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 14 02:20:00 PST 2003
>Closed-Date:    Sun Feb 23 01:48:48 PST 2003
>Last-Modified:  Sun Feb 23 01:48:48 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 23 01:48:20 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48276 
>Unformatted:
