Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 2010 23:09:52 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/152795: Remove old KDE_ORIGVER 
Message-ID:  <201012022309.oB2N9qMr037964@red.freebsd.org>
Resent-Message-ID: <201012022310.oB2NA6I0011971@freefall.freebsd.org>

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

>Number:         152795
>Category:       misc
>Synopsis:       Remove old KDE_ORIGVER
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 02 23:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
There is a variable set in bsd.kde.mk that is not used anywhere in the ports tree
>How-To-Repeat:
#grep -R "ORIGVER" ..                              
./Mk/bsd.kde.mk:KDE_ORIGVER=	${KDE_VERSION}
./Tools/scripts/portsvar.sh:#   KDE_ORIGVER = ${KDE_VERSION}
>Fix:
Index: Mk/bsd.kde.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.kde.mk,v
retrieving revision 1.81
diff -u -r1.81 bsd.kde.mk
--- Mk/bsd.kde.mk	11 Jun 2009 09:09:28 -0000	1.81
+++ Mk/bsd.kde.mk	2 Dec 2010 22:58:11 -0000
@@ -101,7 +101,6 @@
 # Yeah, it's namespace pollution, but this is really the best place for this
 # stuff. Arts does NOT use it anymore.
 KDE_VERSION=		3.5.10
-KDE_ORIGVER=	${KDE_VERSION}
 KDE_PREFIX?=	${LOCALBASE}
 
 QTCPPFLAGS?=
cvs diff: Diffing Tools/scripts
Index: Tools/scripts/portsvar.sh
===================================================================
RCS file: /home/ncvs/ports/Tools/scripts/portsvar.sh,v
retrieving revision 1.1
diff -u -r1.1 portsvar.sh
--- Tools/scripts/portsvar.sh	11 Jan 2006 07:06:51 -0000	1.1
+++ Tools/scripts/portsvar.sh	2 Dec 2010 22:58:11 -0000
@@ -18,7 +18,6 @@
 #   RUBY_ARCH = i386-freebsd6
 #   % portsvar.sh -w kde -e KDE_
 #   KDE_MAINTAINER = will@FreeBSD.org
-#   KDE_ORIGVER = ${KDE_VERSION}
 #   KDE_PREFIX = ${LOCALBASE}
 #   KDE_VERSION = 3.5.0
 #   MASTER_SITE_KDE_kde = ${kmaster:S@%SUBDIR%/@@g}


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



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