Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 11:21:45 -0700 (PDT)
From:      Paul Marquis <pmarquis@pobox.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39730: Maintainer update port: devel/kprof update to 1.3.3
Message-ID:  <200206231821.g5NILj11006448@www.freebsd.org>

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

>Number:         39730
>Category:       ports
>Synopsis:       Maintainer update port: devel/kprof update to 1.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 11:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paul Marquis
>Release:        4-STABLE
>Organization:
>Environment:
FreeBSD sboy.pmarquis.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 10:04:43 EDT 2002     pmarquis@sboy.pmarquis.com:/usr/obj/home/src/sys/SBOY  i386

>Description:
Update to 1.3.1 of kprof.  The version includes support for KDE3.

Unified diff against current CVS included.

>How-To-Repeat:

>Fix:
diff -Naur kprof.orig/Makefile kprof/Makefile
--- kprof.orig/Makefile	Tue Jun 18 16:40:18 2002
+++ kprof/Makefile	Sun Jun 23 14:12:07 2002
@@ -7,20 +7,18 @@
 #
 
 PORTNAME=	kprof
-PORTVERSION=	1.3
+PORTVERSION=	1.3.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	pmarquis@pobox.com
 
-USE_KDELIBS_VER=	2
+USE_KDELIBS_VER=	3
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	KDEDIR=${PREFIX} MOC=moc2 LIBQT=-lqt2
+CONFIGURE_ENV=	KDEDIR=${PREFIX} KDB2HTML=${PREFIX}/bin/kdb2html
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
-		--with-extra-includes=${PREFIX}/include \
-		--with-extra-libs=${PREFIX}/lib \
-		--with-qt-includes=${X11BASE}/include/qt2 \
+		--with-qt-includes=${X11BASE}/include \
 		--with-qt-libraries=${X11BASE}/lib
 USE_GMAKE=	yes
 MAKE_ENV=	${CONFIGURE_ENV}
diff -Naur kprof.orig/distinfo kprof/distinfo
--- kprof.orig/distinfo	Tue Jun 18 16:40:18 2002
+++ kprof/distinfo	Sun Jun 23 13:11:52 2002
@@ -1 +1 @@
-MD5 (kprof-1.3.tar.gz) = bb20a4b9ccd750235d2cc3ec055d79f9
+MD5 (kprof-1.3.1.tar.gz) = 5250943116b6327c69121be6264dac97
diff -Naur kprof.orig/pkg-plist kprof/pkg-plist
--- kprof.orig/pkg-plist	Tue Jun 18 16:40:18 2002
+++ kprof/pkg-plist	Sun Jun 23 14:09:09 2002
@@ -1,4 +1,5 @@
 bin/kprof
+share/applnk/Applications/kprof.desktop
 share/applnk/Development/kprof.desktop
 share/apps/kprof/kprofui.rc
 share/doc/HTML/en/kprof/common
@@ -6,5 +7,17 @@
 share/doc/HTML/en/kprof/redo.png
 share/icons/locolor/16x16/apps/kprof.png
 share/icons/locolor/32x32/apps/kprof.png
+@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
+@unexec rmdir %D/share/icons 2>/dev/null || true
 @dirrm share/doc/HTML/en/kprof
+@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
+@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
 @dirrm share/apps/kprof
+@unexec rmdir %D/share/apps 2>/dev/null || true
+@unexec rmdir %D/share/applnk/Development 2>/dev/null || true
+@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
+@unexec rmdir %D/share/applnk 2>/dev/null || true

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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