FreeBSD Bugzilla – Attachment 58589 Details for
Bug 88259
[patch] Update devel/kscope to 1.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kscope.patch
kscope.patch (text/plain), 3.44 KB, created by
frank
on 2005-10-31 03:50:15 UTC
(
hide
)
Description:
kscope.patch
Filename:
MIME Type:
Creator:
frank
Created:
2005-10-31 03:50:15 UTC
Size:
3.44 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 88259
: 58589