Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 20:20:29 +0200 (CEST)
From:      Frerich Raabe <frerich.raabe@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40608: Fix port: devel/kdesdk3
Message-ID:  <20020715182029.DD5F11209@daedalus.lan>

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

>Number:         40608
>Category:       ports
>Synopsis:       Fix port: devel/kdesdk3
>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:   Mon Jul 15 11:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Frerich Raabe
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD daedalus.lan 4.6-STABLE FreeBSD 4.6-STABLE #11: Fri Jul 12 04:33:56 CEST 2002 root@daedalus.lan:/usr/obj/usr/src/sys/SWIFT i386
>Description:
The devel/kdesdk3 port doesn't install the 'fixincludes' script
since it's missing in the Makefile.am. Patch already committed
to KDE CVS.
>How-To-Repeat:
Install the kdesdk3 port. Notice how the fixincludes script exists
in /usr/portsdevel/kdesdk3/work/kdesdk-3.0.2/scripts/fixincludes but
not in /usr/local/bin/fixincludes.
>Fix:
diff -urN kdesdk3.orig/Makefile kdesdk3/Makefile
--- kdesdk3.orig/Makefile	Mon Jul 15 20:11:14 2002
+++ kdesdk3/Makefile	Mon Jul 15 20:16:01 2002
@@ -38,4 +38,7 @@
 PLIST_SUB+=	CERVISIA=""
 .endif
 
+post-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/scripts/fixincludes ${PREFIX}/bin
+
 .include <bsd.port.post.mk>
diff -urN kdesdk3.orig/pkg-plist kdesdk3/pkg-plist
--- kdesdk3.orig/pkg-plist	Mon Jul 15 20:11:14 2002
+++ kdesdk3/pkg-plist	Mon Jul 15 20:11:53 2002
@@ -14,6 +14,7 @@
 bin/cxxmetric
 bin/extend_dmalloc
 bin/extractrc
+bin/fixincludes
 bin/fixsgml
 bin/includemocs
 bin/kapptemplate
>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?20020715182029.DD5F11209>