Date: Mon, 7 Feb 2005 21:14:20 -0800 (PST) From: Frank Mayhar <frank@lap.exit.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77248: Update kscope to latest version (1.1.0). Message-ID: <200502080514.j185EKFg039645@lap.exit.com> Resent-Message-ID: <200502080520.j185KHGN096499@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77248 >Category: ports >Synopsis: Update kscope to latest version (1.1.0). >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: Tue Feb 08 05:20:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 6.0-CURRENT i386 >Organization: Exit Consulting >Environment: System: FreeBSD lap 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Thu Jan 20 23:04:27 PST 2005 frank@lap:/home/obj/usr/src/sys/AUTON i386 Yet another update. Patch appended. Index: kscope/Makefile =================================================================== RCS file: /cvs/repos/ports/devel/kscope/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- kscope/Makefile 19 Jan 2005 16:02:46 -0000 1.6 +++ kscope/Makefile 8 Feb 2005 04:54:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= kscope -PORTVERSION= 1.0 +PORTVERSION= 1.1.0 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/ @@ -27,10 +27,8 @@ USE_REINPLACE= yes MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CXXFLAGS=-pthread CONFIGURE_ARGS+=--with-extra-includes=${LOCALBASE}/include \ --with-extra-libs=${LOCALBASE}/lib -post-patch: - ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure - .include <bsd.port.mk> Index: kscope/distinfo =================================================================== RCS file: /cvs/repos/ports/devel/kscope/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- kscope/distinfo 19 Jan 2005 16:02:46 -0000 1.5 +++ kscope/distinfo 8 Feb 2005 04:54:08 -0000 @@ -1,2 +1,2 @@ -MD5 (kscope-1.0.tar.gz) = f6dbd3916b6dc3b85472a3207fa12a00 -SIZE (kscope-1.0.tar.gz) = 980422 +MD5 (kscope-1.1.0.tar.gz) = 2307f182f84fee474ff8bc1630cf3b3c +SIZE (kscope-1.1.0.tar.gz) = 999787 Index: kscope/files/patch-src_Makefile.in =================================================================== RCS file: /cvs/repos/ports/devel/kscope/files/patch-src_Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-src_Makefile.in --- kscope/files/patch-src_Makefile.in 22 Jun 2004 19:42:03 -0000 1.1 +++ kscope/files/patch-src_Makefile.in 8 Feb 2005 04:54:08 -0000 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue Jun 22 17:58:35 2004 -+++ src/Makefile.in Tue Jun 22 18:01:18 2004 -@@ -277,7 +277,7 @@ - #>+ 1 - kscope_SOURCES=main.cpp kscope.cpp calltreedlg.cpp calltreedlg.h cscopefrontend.cpp cscopefrontend.h ctagsfrontend.cpp ctagsfrontend.h ctagslist.cpp ctagslist.h dirscanner.cpp dirscanner.h editormanager.cpp editormanager.h editorpage.cpp editorpage.h editortabs.cpp editortabs.h filelist.cpp filelist.h frontend.cpp frontend.h kscopeconfig.cpp kscopeconfig.h kscope.h kscopepixmaps.cpp kscopepixmaps.h newprojectdlg.cpp newprojectdlg.h openprojectdlg.cpp openprojectdlg.h prefcolor.cpp prefcolor.h preferencesdlg.cpp preferencesdlg.h preffrontend.cpp preffrontend.h progressdlg.cpp progressdlg.h projectfilesdlg.cpp projectfilesdlg.h projectmanager.cpp projectmanager.h querypage.cpp querypage.h querywidget.cpp querywidget.h scanprogressdlg.cpp scanprogressdlg.h searchlist.cpp searchlist.h tabwidget.cpp tabbar.cpp cscopemsgdlg.cpp positionhistory.cpp positionhistorydlg.cpp calltreelayout.cpp newprojectlayout.cpp openprojectlayout.cpp prefcolorlayout.cpp preffrontendlayout.! cpp projectfileslayout.cpp scanprogresslayout.cpp cscopemsglayout.cpp positionhistorylayout.cpp - kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries) --kscope_LDADD = -lktexteditor $(LIB_KDEUI) -+kscope_LDADD = -lktexteditor $(LIB_KDEUI) $(LIBPTHREAD) - - # this is where the desktop file will go - shelldesktopdir = $(kde_appsdir)/Utilities >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502080514.j185EKFg039645>