head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.44 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.42 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.40 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.38 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.36 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.34 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.32 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.30 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.28 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.26 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.24 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.22 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.20 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.18 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.16 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.14 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.12 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.10 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.8 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.6 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.4 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.2 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.4.0.18 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.16 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.14 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2005.01.03.14.32.31; author wiz; state dead; branches; next 1.4; 1.4 date 2001.10.15.22.45.59; author skrll; state Exp; branches; next 1.3; 1.3 date 2001.10.14.17.20.00; author tron; state Exp; branches; next 1.2; 1.2 date 2001.09.07.14.34.33; author drochner; state dead; branches; next 1.1; 1.1 date 2001.03.14.16.03.11; author skrll; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.03.14.16.03.11; author skrll; state Exp; branches; next ; desc @@ 1.5 log @Remove KDE2 packages (and their dependencies) as proposed on tech-pkg. @ text @$NetBSD: patch-ab,v 1.4 2001/10/15 22:45:59 skrll Exp $ --- kate/main/Makefile.am.orig Thu May 31 16:51:43 2001 +++ kate/main/Makefile.am @@@@ -1,4 +1,4 @@@@ -lib_LTLIBRARIES = libkatecore.la kate.la kwrite.la +lib_LTLIBRARIES = libkatecore.la libkate_main.la kate.la libkwrite_main.la kwrite.la bin_PROGRAMS = kate kwrite libkatecore_la_SOURCES = dummy.cpp @@@@ -10,20 +10,28 @@@@ ../pluginmanager/libkatepluginmanager.la ../interfaces/libkateinterfaces.la -lktexteditor -lkspell -lkdeprint libkatecore_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_PLUGIN) -module -avoid-version -kate_la_SOURCES = katemain.cpp -kate_la_LIBADD = libkatecore.la +libkate_main_la_SOURCES = katemain.cpp +libkate_main_la_LIBADD = libkatecore.la +libkate_main_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) + +kate_la_SOURCES = kate_main.cpp +kate_la_LIBADD = libkate_main.la kate_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -kwrite_la_SOURCES = kwritemain.cpp -kwrite_la_LIBADD = libkatecore.la +libkwrite_main_la_SOURCES = kwritemain.cpp +libkwrite_main_la_LIBADD = libkatecore.la +libkwrite_main_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) + +kwrite_la_SOURCES = kwrite_main.cpp +kwrite_la_LIBADD = libkwrite_main.la kwrite_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -kate_SOURCES = dummy.cpp -kate_LDADD = kate.la +kate_SOURCES = kate_main.cpp +kate_LDADD = libkate_main.la kate_LDFLAGS = $(KDE_RPATH) $(all_libraries) -kwrite_SOURCES = dummy.cpp -kwrite_LDADD = kwrite.la +kwrite_SOURCES = kwrite_main.cpp +kwrite_LDADD = libkwrite_main.la kwrite_LDFLAGS = $(KDE_RPATH) $(all_libraries) dummy.cpp: @ 1.4 log @Update to KDE 2.2.1 With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Fix build problems when the new toolchain is used. @ text @d3 6 a8 9 --- kdm/Makefile.in.orig Sun Oct 14 17:56:19 2001 +++ kdm/Makefile.in Sun Oct 14 18:02:24 2001 @@@@ -278,6 +278,9 @@@@ # Libraries: LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KRB_RPATH) LDADD = $(LIB_X11) -lXau $(LIBXDMCP) $(PASSLIB) $(LIB_LIBS) $(KERBEROS_LIBS) $(LIBSOCKET) $(LIBCRYPT) $(LIBUCB) $(LIBDL) $(LIBUTIL) $(LIBRESOLV) +ifeq ($(OPSYS),NetBSD) +LDADD += -lstdc++ +endif d10 4 a13 1 kdm_LDADD = $(LDADD) $(KDM_GREET_LIBS) d15 33 @ 1.2 log @update to 2.1.1: bugfixes and language support @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2001/03/14 16:03:11 skrll Exp $ d3 9 a11 4 --- kcontrol/info/info_netbsd.cpp.orig Tue Jun 6 15:29:57 2000 +++ kcontrol/info/info_netbsd.cpp @@@@ -181,14 +181,15 @@@@ } d13 1 a13 25 pos = s.find(" irq "); - irqnum = (pos < 0) ? 0 : atoi(&(((const char *)s)[pos+5])); + irqnum = (pos < 0) ? 0 : atoi(&(s.ascii()[pos+5])); + if (irqnum) { - s.sprintf("%02d%s", irqnum, (const char *)s); + s.sprintf("%02d%s", irqnum, s.ascii()); } else { - s.sprintf("??%s", (const char *)s); + s.sprintf("??%s", s.ascii()); } - strlist->inSort(s); + strlist->inSort(s.ascii()); } bool GetInfo_IRQ (QListView *lBox) @@@@ -284,7 +285,7 @@@@ QListViewItem *olditem = 0; while ((s = t->readLine()) != "") { - orig_line = line = strdup(s); + orig_line = line = strdup(s.ascii()); device = strsep(&line, " "); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import of KDE 2.1 kdebase package. a.out doesn't build at the moment, but I'm looking into it. @ text @@