Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2005 19:49:02 -0800
From:      "Frank Mayhar" <frank@exit.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/88259: [patch] Update devel/kscope to 1.3.1
Message-ID:  <1130730542.0@realtime.exit.com>
Resent-Message-ID: <200510310350.j9V3oFC7037688@freefall.freebsd.org>

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

>Number:         88259
>Category:       ports
>Synopsis:       [patch] Update devel/kscope to 1.3.1
>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:   Mon Oct 31 03:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank Mayhar
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
Exit Consulting 
>Environment:


System: FreeBSD 6.0-RC1 #4: Wed Oct 26 19:46:25 PDT 2005
    frank@jill.exit.com:/usr/obj/usr/src/sys/REALTIME



>Description:


Like the subject line says, bring devel/kscope to the latest.  Note that this adds a dependency on graphics/graphviz.


>How-To-Repeat:





>Fix:


--- kscope.patch begins here ---
Index: kscope/Makefile
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- kscope/Makefile	28 Jul 2005 16:48:54 -0000	1.10
+++ kscope/Makefile	30 Oct 2005 20:05:20 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	kscope
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.1
 CATEGORIES=	devel kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}/
@@ -14,7 +14,8 @@
 MAINTAINER=	frank@exit.com
 COMMENT=	KDE front-end to Cscope
 
-LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
+		dotneato.0:${PORTSDIR}/graphics/graphviz
 RUN_DEPENDS=	exctags:${PORTSDIR}/devel/ctags \
 		cscope:${PORTSDIR}/devel/cscope
 
Index: kscope/distinfo
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- kscope/distinfo	28 Jul 2005 16:48:54 -0000	1.7
+++ kscope/distinfo	30 Oct 2005 19:37:36 -0000
@@ -1,2 +1,2 @@
-MD5 (kscope-1.2.0.tar.gz) = 11a3644a9c91b694b635384ece9824bf
-SIZE (kscope-1.2.0.tar.gz) = 1052522
+MD5 (kscope-1.3.1.tar.gz) = c63baca3a19e7a61e0eb309b93f2ecff
+SIZE (kscope-1.3.1.tar.gz) = 1079626
Index: kscope/files/patch-inline
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/files/patch-inline,v
retrieving revision 1.2
diff -u -r1.2 patch-inline
--- kscope/files/patch-inline	28 Jul 2005 16:48:55 -0000	1.2
+++ kscope/files/patch-inline	31 Oct 2005 03:45:06 -0000
@@ -1,22 +0,0 @@
---- src/kscope.h.orig	Tue May 10 07:41:32 2005
-+++ src/kscope.h	Thu Jul 28 09:00:22 2005
-@@ -142,7 +142,7 @@
- 	bool getSymbol(uint&, QString&, bool bPrompt = true);
- 	EditorPage* addEditor(const QString&s);
- 	EditorPage* createEditorPage();
--	inline bool isAutoRebuildEnabled();
-+	bool isAutoRebuildEnabled();
- 	void loadOpenFiles();
- 	
- private slots:
---- src/kscope.cpp.orig	Tue May 10 07:41:32 2005
-+++ src/kscope.cpp	Thu Jul 28 08:59:22 2005
-@@ -1118,7 +1118,7 @@
-  * @return	true if database auto-rebuild is enabled for the current project,
-  *			false otherwise
-  */
--inline bool KScope::isAutoRebuildEnabled()
-+bool KScope::isAutoRebuildEnabled()
- {
- 	return (m_pProjMgr->getAutoRebuildTime() >= 0);
- }
Index: kscope/files/patch-src_Makefile.in
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/files/patch-src_Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 patch-src_Makefile.in
--- kscope/files/patch-src_Makefile.in	22 Apr 2005 18:57:44 -0000	1.3
+++ kscope/files/patch-src_Makefile.in	30 Oct 2005 20:17:51 -0000
@@ -1,11 +1,10 @@
---- src/Makefile.in.orig	Mon Jan 31 14:40:03 2005
-+++ src/Makefile.in	Sun Mar 13 13:05:41 2005
-@@ -306,7 +306,7 @@
+--- src/Makefile.in.orig	Fri Oct 14 12:51:22 2005
++++ src/Makefile.in	Sun Oct 30 12:16:54 2005
+@@ -410,6 +410,7 @@
+ 	`dotneato-config --ldflags | sed -e "s/-L/-R/"`
  
- 
- kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)
--kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI)
-+kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI) $(LIBPTHREAD)
+ kscope_LDADD = -ldotneato -lkateinterfaces -lktexteditor $(LIB_KDEUI)
++kscope_LDADD = -ldotneato -lkateinterfaces -lktexteditor $(LIB_KDEUI) $(LIBPTHREAD)
  
  # this is where the desktop file will go 
- shelldesktopdir = $(kde_appsdir)/Utilities
+ shelldesktopdir = $(kde_appsdir)/Development
--- kscope.patch ends here ---



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



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