Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2001 00:44:50 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24668: Update port: devel/kdevelop to 1.3
Message-ID:  <200101270844.f0R8ioM72755@freefall.freebsd.org>

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

>Number:         24668
>Category:       ports
>Synopsis:       Update port: devel/kdevelop to 1.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:   Sat Jan 27 00:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.3

Remove file:
files/patch-af

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/kdevelop/Makefile devel/kdevelop/Makefile
--- /usr/ports/devel/kdevelop/Makefile	Wed Jan 17 20:28:22 2001
+++ devel/kdevelop/Makefile	Sat Jan 27 17:32:38 2001
@@ -6,55 +6,47 @@
 #
 
 PORTNAME=	kdevelop
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	devel
-MASTER_SITES=	ftp://fara.cs.uni-potsdam.de/pub/kdevelop/ \
-		ftp://129.187.206.68/pub/unix/ide/KDevelop/ \
-		ftp://ftp.bawue.de/pub/unix/KDevelop/ \
+MASTER_SITES=	ftp://ftp.e-technik.fh-muenchen.de/pub/unix/ide/KDevelop/ \
 		ftp://ftp.chg.ru/pub/X11/kdevelop/ \
-		ftp://gd.tuwien.ac.at/hci/KDevelop/ \
-		ftp://altair.dhs.org/pub/kdevelop/ \
-		ftp://apcs.shellx.org/pub/KDevelop/ \
-		ftp://ftp.mpg.goe.ni.schule.de/pub/linux/ide/KDevelop/
+		ftp://gd.tuwien.ac.at/hci/KDevelop/
 
 MAINTAINER=	ports@FreeBSD.org
 
+BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext
 LIB_DEPENDS=	kdeui.3:${PORTSDIR}/x11/kdelibs11
 .if defined(WITH_OPTIONAL_DEPENDS)
-RUN_DEPENDS+=	kdbg:${PORTSDIR}/devel/kdbg \
+RUN_DEPENDS+=	autoconf:${PORTSDIR}/devel/autoconf \
+		automake:${PORTSDIR}/deve/automake \
+		kdbg:${PORTSDIR}/devel/kdbg \
 		${LOCALBASE}/share/doc/HTML/en/kdelibs/kdecore/index.html:${PORTSDIR}/devel/kdelibdocs \
 		ktranslator:${PORTSDIR}/devel/ktranslator \
 		kiconedit:${PORTSDIR}/graphics/kdegraphics11 \
 		glimpse:${PORTSDIR}/textproc/glimpse \
 		a2ps:${PORTSDIR}/print/a2ps43-letter
-
-USE_AUTOMAKE=	yes
-.else
-USE_AUTOCONF=	yes
 .endif
 
+USE_BZIP2=	yes
+USE_QT=		yes
 USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-#USE_QT=		yes
+USE_LIBTOOL=	yes
+CONFIGURE_ENV=	QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
 CONFIGURE_ARGS=	--with-qtdoc-dir=${X11BASE}/share/doc/qt/html \
 		--with-qt-includes=${X11BASE}/include/X11/qt \
 		--with-extra-includes=${LOCALBASE}/include \
 		--with-extra-libs=${LOCALBASE}/lib
-MAKE_ENV=	CXX="${CXX}" SOMAJOR="${SOMAJOR}"
-SOMAJOR=	1
+MAKE_ARGS=	SOMAJOR="${SOMAJOR}"
+PLIST_SUB=	LIBVER="${SOMAJOR}"
 
-PLIST_SUB+=	LIBVER="${SOMAJOR}"
+SOMAJOR=	1
 
-pre-patch:
+pre-everything:
 .if !defined(WITH_OPTIONAL_DEPENDS)
-	@${ECHO}
-	@${ECHO} "You may define WITH_OPTIONAL_DEPENDS (make WITH_OPTIONAL_DEPENDS=YES)"
-	@${ECHO} "to automatically build the suggested programs to compliment kdevelop."
-	@${ECHO}
-	@sleep 1
+	@${ECHO_MSG}
+	@${ECHO_MSG} "You may define WITH_OPTIONAL_DEPENDS (make WITH_OPTIONAL_DEPENDS=YES)"
+	@${ECHO_MSG} "to automatically build the suggested programs to compliment kdevelop."
+	@${ECHO_MSG}
 .endif
-
-post-patch:
-	@${LN} -sf /usr/include/g++/FlexLexer.h ${WRKSRC}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/kdevelop/distinfo devel/kdevelop/distinfo
--- /usr/ports/devel/kdevelop/distinfo	Fri May 19 02:29:57 2000
+++ devel/kdevelop/distinfo	Sat Jan 27 04:30:21 2001
@@ -1 +1 @@
-MD5 (kdevelop-1.2.tar.gz) = 2d71393a931e62499f553e0a823ed586
+MD5 (kdevelop-1.3.tar.bz2) = 9ccb2a7e65138633325c2847f087d4b8
diff -urN /usr/ports/devel/kdevelop/files/patch-af devel/kdevelop/files/patch-af
--- /usr/ports/devel/kdevelop/files/patch-af	Wed Mar  8 01:55:14 2000
+++ devel/kdevelop/files/patch-af	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
---- kdlgloader/Makefile.in	Sun Feb 27 12:01:29 2000
-+++ kdlgloader/Makefile.in.new	Sun Feb 27 21:32:51 2000
-@@ -212,8 +212,8 @@
- 
- lib_LTLIBRARIES = libkdlgloader.la
- 
--SOMAJOR = 1
--SOMINOR = 0
-+SOMAJOR ?= 1
-+SOMINOR ?= 0
- 
- include_HEADERS = kdlgloader.h
- 
diff -urN /usr/ports/devel/kdevelop/pkg-plist devel/kdevelop/pkg-plist
--- /usr/ports/devel/kdevelop/pkg-plist	Fri May 19 02:29:57 2000
+++ devel/kdevelop/pkg-plist	Sat Jan 27 17:34:12 2001
@@ -1,7 +1,10 @@
+bin/extractrc
+bin/kdevdlg2ui
 bin/kdevelop
+bin/kimport
+bin/one2two
 include/kdlgloader.h
 lib/libkdlgloader.a
-lib/libkdlgloader.la
 lib/libkdlgloader.so
 lib/libkdlgloader.so.%%LIBVER%%
 share/applnk/Development/.directory
@@ -88,6 +91,7 @@
 share/apps/kdevelop/templates/MAM_shared_template
 share/apps/kdevelop/templates/README_template
 share/apps/kdevelop/templates/TODO_template
+share/apps/kdevelop/templates/admin.tar.gz
 share/apps/kdevelop/templates/c.tar.gz
 share/apps/kdevelop/templates/cpp.tar.gz
 share/apps/kdevelop/templates/cpp_template
@@ -346,6 +350,17 @@
 share/doc/HTML/fr/kdevelop/tutorial/logotp3.png
 share/doc/HTML/fr/kdevelop/welcome/index.html
 share/doc/HTML/fr/kdevelop/welcome/logotp3.png
+share/doc/HTML/hu/kdevelop/addendum/index-1.html
+share/doc/HTML/hu/kdevelop/addendum/index-2.html
+share/doc/HTML/hu/kdevelop/addendum/index-3.html
+share/doc/HTML/hu/kdevelop/addendum/index-4.html
+share/doc/HTML/hu/kdevelop/addendum/index-5.html
+share/doc/HTML/hu/kdevelop/addendum/index-6.html
+share/doc/HTML/hu/kdevelop/addendum/index-7.html
+share/doc/HTML/hu/kdevelop/addendum/index-8.html
+share/doc/HTML/hu/kdevelop/addendum/index-9.html
+share/doc/HTML/hu/kdevelop/addendum/index.html
+share/doc/HTML/hu/kdevelop/addendum/logotp3.png
 share/doc/HTML/hu/kdevelop/index-1.html
 share/doc/HTML/hu/kdevelop/index-10.html
 share/doc/HTML/hu/kdevelop/index-11.html
@@ -365,8 +380,57 @@
 share/doc/HTML/hu/kdevelop/index-8.html
 share/doc/HTML/hu/kdevelop/index-9.html
 share/doc/HTML/hu/kdevelop/index.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-1.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-2.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-3.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-4.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-5.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-6.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-7.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-8.html
+share/doc/HTML/hu/kdevelop/kde_libref/index-9.html
+share/doc/HTML/hu/kdevelop/kde_libref/index.html
+share/doc/HTML/hu/kdevelop/kde_libref/logotp3.png
 share/doc/HTML/hu/kdevelop/logotp3.png
+share/doc/HTML/hu/kdevelop/programming/index-1.html
+share/doc/HTML/hu/kdevelop/programming/index-10.html
+share/doc/HTML/hu/kdevelop/programming/index-11.html
+share/doc/HTML/hu/kdevelop/programming/index-12.html
+share/doc/HTML/hu/kdevelop/programming/index-13.html
+share/doc/HTML/hu/kdevelop/programming/index-14.html
+share/doc/HTML/hu/kdevelop/programming/index-15.html
+share/doc/HTML/hu/kdevelop/programming/index-16.html
+share/doc/HTML/hu/kdevelop/programming/index-17.html
+share/doc/HTML/hu/kdevelop/programming/index-18.html
+share/doc/HTML/hu/kdevelop/programming/index-19.html
+share/doc/HTML/hu/kdevelop/programming/index-2.html
+share/doc/HTML/hu/kdevelop/programming/index-3.html
+share/doc/HTML/hu/kdevelop/programming/index-4.html
+share/doc/HTML/hu/kdevelop/programming/index-5.html
+share/doc/HTML/hu/kdevelop/programming/index-6.html
+share/doc/HTML/hu/kdevelop/programming/index-7.html
+share/doc/HTML/hu/kdevelop/programming/index-8.html
+share/doc/HTML/hu/kdevelop/programming/index-9.html
+share/doc/HTML/hu/kdevelop/programming/index.html
+share/doc/HTML/hu/kdevelop/programming/logotp3.png
 share/doc/HTML/hu/kdevelop/tip.database
+share/doc/HTML/hu/kdevelop/tutorial/index-1.html
+share/doc/HTML/hu/kdevelop/tutorial/index-10.html
+share/doc/HTML/hu/kdevelop/tutorial/index-11.html
+share/doc/HTML/hu/kdevelop/tutorial/index-12.html
+share/doc/HTML/hu/kdevelop/tutorial/index-13.html
+share/doc/HTML/hu/kdevelop/tutorial/index-14.html
+share/doc/HTML/hu/kdevelop/tutorial/index-15.html
+share/doc/HTML/hu/kdevelop/tutorial/index-2.html
+share/doc/HTML/hu/kdevelop/tutorial/index-3.html
+share/doc/HTML/hu/kdevelop/tutorial/index-4.html
+share/doc/HTML/hu/kdevelop/tutorial/index-5.html
+share/doc/HTML/hu/kdevelop/tutorial/index-6.html
+share/doc/HTML/hu/kdevelop/tutorial/index-7.html
+share/doc/HTML/hu/kdevelop/tutorial/index-8.html
+share/doc/HTML/hu/kdevelop/tutorial/index-9.html
+share/doc/HTML/hu/kdevelop/tutorial/index.html
+share/doc/HTML/hu/kdevelop/tutorial/logotp3.png
 share/doc/HTML/hu/kdevelop/welcome/index.html
 share/doc/HTML/hu/kdevelop/welcome/logotp3.png
 share/doc/HTML/nl/kdevelop/tip.database
@@ -490,7 +554,6 @@
 @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/welcome
 @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial
 @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop
-@dirrm share/doc/HTML/zh_CN.GB2312
 @dirrm share/doc/HTML/sv/kdevelop
 @dirrm share/doc/HTML/ru/kdevelop/welcome
 @dirrm share/doc/HTML/ru/kdevelop/tutorial
@@ -504,6 +567,10 @@
 @dirrm share/doc/HTML/nl/kdevelop/welcome
 @dirrm share/doc/HTML/nl/kdevelop
 @dirrm share/doc/HTML/hu/kdevelop/welcome
+@dirrm share/doc/HTML/hu/kdevelop/tutorial
+@dirrm share/doc/HTML/hu/kdevelop/programming
+@dirrm share/doc/HTML/hu/kdevelop/kde_libref
+@dirrm share/doc/HTML/hu/kdevelop/addendum
 @dirrm share/doc/HTML/hu/kdevelop
 @dirrm share/doc/HTML/fr/kdevelop/welcome
 @dirrm share/doc/HTML/fr/kdevelop/tutorial
@@ -523,8 +590,6 @@
 @dirrm share/doc/HTML/en/kdevelop
 @dirrm share/doc/HTML/de/kdevelop/welcome
 @dirrm share/doc/HTML/de/kdevelop/tutorial
-@dirrm share/doc/HTML/de/kdevelop/reference/C
-@dirrm share/doc/HTML/de/kdevelop/reference
 @dirrm share/doc/HTML/de/kdevelop/kde_libref
 @dirrm share/doc/HTML/de/kdevelop
 @dirrm share/apps/kdevelop/tools


>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?200101270844.f0R8ioM72755>