Skip to content

Commit

Permalink
Update kdevelop to 3.3.0 (part of KDE 3.5.0)
Browse files Browse the repository at this point in the history
changes unknown
  • Loading branch information
markd committed Dec 11, 2005
1 parent ad89aa1 commit 619cf6a
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 124 deletions.
14 changes: 7 additions & 7 deletions devel/kdevelop-base/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.46 2005/10/13 13:27:21 markd Exp $
# $NetBSD: Makefile,v 1.47 2005/12/11 12:01:11 markd Exp $

DISTNAME= kdevelop-3.2.3
PKGNAME= kdevelop-base-3.2.3
DISTNAME= kdevelop-3.3.0
PKGNAME= kdevelop-base-3.3.0
CATEGORIES= devel kde

HOMEPAGE= http://www.kdevelop.org/
Expand Down Expand Up @@ -40,15 +40,15 @@ EVAL_PREFIX+= \
KDELIBDIR=kdelibs

CONFIGURE_ARGS+= \
--with-db-includedir=${BUILDLINK_PREFIX.db4}/include/db4 \
--with-db-libdir=${BUILDLINK_PREFIX.db4}/lib \
--with-db-lib=db4 \
--with-qtdoc-dir=${QT3DIR}/qt3/doc/html \
--with-kdelibsdoxy-dir=${KDELIBDIR}/share/doc/kde/HTML/en/kdelibs-apidocs

.include "../../databases/db3/buildlink3.mk"
CPPFLAGS+= -I${BUILDLINK_PREFIX.db3}/include/db3
MAKE_ENV+= BDB_LIBS="${BUILDLINK_LDADD.db3}"

.include "../../meta-pkgs/kde3/kde3.mk"

.include "../../databases/db4/buildlink3.mk"
.include "../../devel/kdesdk3/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
Expand Down
68 changes: 59 additions & 9 deletions devel/kdevelop-base/PLIST

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions devel/kdevelop-base/distinfo
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
$NetBSD: distinfo,v 1.21 2005/10/13 13:27:21 markd Exp $
$NetBSD: distinfo,v 1.22 2005/12/11 12:01:11 markd Exp $

SHA1 (kdevelop-3.2.3.tar.bz2) = b6bc6ccde4901de00880346391bd6cbc1e2e2e11
RMD160 (kdevelop-3.2.3.tar.bz2) = cced730031e4c8f9995c75ea509fe6fca3637003
Size (kdevelop-3.2.3.tar.bz2) = 8353809 bytes
SHA1 (kdevelop-3.3.0.tar.bz2) = ca3b8c2985ea6c45c48dfc3e7e21d68fcd5f95b9
RMD160 (kdevelop-3.3.0.tar.bz2) = cf33ca9b1316007e10ccd8d192882e30e0b6f064
Size (kdevelop-3.3.0.tar.bz2) = 8100852 bytes
SHA1 (patch-aa) = 7efffd47879e4d41923030f17087ab2c6c029e6c
SHA1 (patch-ab) = 48963db1a34048e59727e701d95f071a29d9208e
SHA1 (patch-ac) = 8065fe5d4600f2678e6b70838a7ea1cafcbafce7
SHA1 (patch-ad) = de2183ebf309bb06819f60ff17febab697dda7ff
SHA1 (patch-ae) = 91e744cc5a49bce401ad801750fe79fa468b250b
SHA1 (patch-ab) = 19d7b806fd3a5cd0c6cee76f434ea965ad3f01a9
SHA1 (patch-af) = ed3d61bb5dbaa22516088e8591db1fa41e913016
SHA1 (patch-ag) = 6ab90c041962bf999f3cfb2a704e91e2a2f205ba
22 changes: 11 additions & 11 deletions devel/kdevelop-base/patches/patch-ab
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$NetBSD: patch-ab,v 1.6 2005/03/23 22:38:45 markd Exp $
$NetBSD: patch-ab,v 1.7 2005/12/11 12:01:11 markd Exp $

--- Makefile.in.orig 2005-03-05 01:47:58.000000000 +1300
--- Makefile.in.orig 2005-11-21 09:28:20.000000000 +1300
+++ Makefile.in
@@ -413,7 +413,7 @@ x_libraries = @x_libraries@
xdg_appsdir = @xdg_appsdir@
xdg_directorydir = @xdg_directorydir@
xdg_menudir = @xdg_menudir@
-SUBDIRS = bdb lib parts languages buildtools editors vcs src pics doc mimetypes embedded kdevdesigner
+SUBDIRS = lib parts languages buildtools editors vcs src pics doc mimetypes embedded kdevdesigner
EXTRA_DIST = AUTHORS COPYING COPYING.LIB NEWS ChangeLog INSTALL README TODO HACKING HACKING.language admin configure.in.bot
xdg_apps_DATA = kdevelop.desktop kdevassistant.desktop kdevelop_ruby.desktop \
kdevelop_c_cpp.desktop kdevelop_kde_cpp.desktop kdevelop_scripting.desktop
@@ -1022,7 +1022,7 @@ $(top_srcdir)/configure.files: $(top_src
$(top_srcdir)/Makefile.am: $(top_srcdir)/Makefile.am.in $(top_srcdir)/subdirs $(top_srcdir)/admin/cvs.sh
@cd $(top_srcdir) && $(SHELL) admin/cvs.sh Makefile_am

-$(top_srcdir)/subdirs: $(top_srcdir)/Makefile.am.in $(top_srcdir)/admin/cvs.sh
+$(top_srcdir)/subdirs: $(top_srcdir)/admin/cvs.sh
@cd $(top_srcdir) && $(SHELL) admin/cvs.sh subdirs

# defining default rules for files that may not be present
33 changes: 0 additions & 33 deletions devel/kdevelop-base/patches/patch-ac

This file was deleted.

26 changes: 0 additions & 26 deletions devel/kdevelop-base/patches/patch-ad

This file was deleted.

28 changes: 0 additions & 28 deletions devel/kdevelop-base/patches/patch-ae

This file was deleted.

4 changes: 2 additions & 2 deletions devel/kdevelop/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.52 2005/10/13 13:27:21 markd Exp $
# $NetBSD: Makefile,v 1.53 2005/12/11 12:02:19 markd Exp $

DISTNAME= kdevelop-3.2.3
DISTNAME= kdevelop-3.3.0
CATEGORIES= devel kde
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down

0 comments on commit 619cf6a

Please sign in to comment.