From owner-freebsd-ports-bugs Fri Feb 14 2:20: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C55237B408 for ; Fri, 14 Feb 2003 02:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0B343FBF for ; Fri, 14 Feb 2003 02:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1EAK1NS023438 for ; Fri, 14 Feb 2003 02:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1EAK1en023437; Fri, 14 Feb 2003 02:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE3E37B401 for ; 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 ; 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 ; 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 Reply-To: Roland Jesse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48276: devel/qextmdi: Add "-kde" suffix if compiling with KDE support Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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