head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.44
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.42
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.40
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.38
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.36
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.34
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.32
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.30
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.28
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.4.0.26
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.4.0.24
	pkgsrc-2007Q4-base:1.4
	pkgsrc-2007Q3:1.4.0.22
	pkgsrc-2007Q3-base:1.4
	pkgsrc-2007Q2:1.4.0.20
	pkgsrc-2007Q2-base:1.4
	pkgsrc-2007Q1:1.4.0.18
	pkgsrc-2007Q1-base:1.4
	pkgsrc-2006Q4:1.4.0.16
	pkgsrc-2006Q4-base:1.4
	pkgsrc-2006Q3:1.4.0.14
	pkgsrc-2006Q3-base:1.4
	pkgsrc-2006Q2:1.4.0.12
	pkgsrc-2006Q2-base:1.4
	pkgsrc-2006Q1:1.4.0.10
	pkgsrc-2006Q1-base:1.4
	pkgsrc-2005Q4:1.4.0.8
	pkgsrc-2005Q4-base:1.4
	pkgsrc-2005Q3:1.4.0.6
	pkgsrc-2005Q3-base:1.4
	pkgsrc-2005Q2:1.4.0.4
	pkgsrc-2005Q2-base:1.4
	pkgsrc-2005Q1:1.4.0.2
	pkgsrc-2005Q1-base:1.4
	pkgsrc-2004Q4:1.3.0.18
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.16
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.14
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.12
	pkgsrc-2004Q1-base:1.3
	pkgsrc-2003Q4:1.3.0.10
	pkgsrc-2003Q4-base:1.3
	netbsd-1-6-1:1.3.0.6
	netbsd-1-6-1-base:1.3
	netbsd-1-6:1.3.0.8
	netbsd-1-6-RELEASE-base:1.3
	pkgviews:1.3.0.4
	pkgviews-base:1.3
	buildlink2:1.3.0.2
	buildlink2-base:1.3
	netbsd-1-5-PATCH003:1.3
	netbsd-1-5-PATCH001:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.01.03.14.32.33;	author wiz;	state dead;
branches;
next	1.3;

1.3
date	2001.12.03.15.37.21;	author skrll;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.15.22.46.22;	author skrll;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.14.15.59.45;	author skrll;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.14.15.59.45;	author skrll;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.
@
text
@$NetBSD: patch-al,v 1.3 2001/12/03 15:37:21 skrll Exp $

--- kconf_update/Makefile.in.orig	Tue Nov 13 20:57:04 2001
+++ kconf_update/Makefile.in
@@@@ -277,16 +277,20 @@@@
 
 INCLUDES = $(all_includes)
 
-lib_LTLIBRARIES = kconf_update.la
+lib_LTLIBRARIES = libkconf_update_main.la kconf_update.la
 
 bin_PROGRAMS = kconf_update
-kconf_update_SOURCES = dummy.cpp
-kconf_update_LDADD = kconf_update.la
+kconf_update_SOURCES = kconf_update_main.cpp
+kconf_update_LDADD = libkconf_update_main.la
 kconf_update_LDFLAGS = $(KDE_RPATH) $(all_libraries)
 
-kconf_update_la_SOURCES = kconf_update.cpp
-kconf_update_la_LIBADD = ../kdecore/libkdecore.la
+libkconf_update_main_la_SOURCES = kconf_update.cpp
+libkconf_update_main_la_LIBADD = ../kdecore/libkdecore.la
+libkconf_update_main_la_LDFLAGS = $(all_libraries)
+
+kconf_update_la_SOURCES = kconf_update_main.cpp
 kconf_update_la_LDFLAGS = $(all_libraries) -module -avoid-version
+kconf_update_la_LIBADD = libkconf_update_main.la
 
 #>- METASOURCES = AUTO
 mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
@@@@ -299,17 +303,21 @@@@
 CPPFLAGS = @@CPPFLAGS@@
 LDFLAGS = @@LDFLAGS@@
 LIBS = @@LIBS@@
-kconf_update_la_DEPENDENCIES =  ../kdecore/libkdecore.la
-#>- kconf_update_la_OBJECTS =  kconf_update.lo
+libkconf_update_main_la_DEPENDENCIES =  ../kdecore/libkdecore.la
+#>- libkconf_update_main_la_OBJECTS =  kconf_update.lo
+#>+ 1
+libkconf_update_main_la_OBJECTS = kconf_update.lo
+kconf_update_la_DEPENDENCIES =  libkconf_update_main.la
+#>- kconf_update_la_OBJECTS =  kconf_update_main.lo
 #>+ 1
-kconf_update_la_OBJECTS = kconf_update.lo
+kconf_update_la_OBJECTS = kconf_update_main.lo
 bin_PROGRAMS =  kconf_update$(EXEEXT)
 PROGRAMS =  $(bin_PROGRAMS)
 
-#>- kconf_update_OBJECTS =  dummy.$(OBJEXT)
+#>- kconf_update_OBJECTS =  kconf_update_main.$(OBJEXT)
 #>+ 1
-kconf_update_OBJECTS = dummy.$(OBJEXT)
-kconf_update_DEPENDENCIES =  kconf_update.la
+kconf_update_OBJECTS = kconf_update_main.$(OBJEXT)
+kconf_update_DEPENDENCIES =  libkconf_update_main.la
 CXXFLAGS = @@CXXFLAGS@@
 #>- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 #>+ 1
@@@@ -333,8 +341,8 @@@@
 
 TAR = tar
 GZIP_ENV = --best
-SOURCES = $(kconf_update_la_SOURCES) $(kconf_update_SOURCES)
-OBJECTS = $(kconf_update_la_OBJECTS) $(kconf_update_OBJECTS)
+SOURCES = $(libkconf_update_main_la_SOURCES) $(kconf_update_la_SOURCES) $(kconf_update_SOURCES)
+OBJECTS = $(libkconf_update_main_la_OBJECTS) $(kconf_update_la_OBJECTS) $(kconf_update_OBJECTS)
 
 #>- all: all-redirect
 #>+ 1
@@@@ -421,6 +429,9 @@@@
 
 maintainer-clean-libtool:
 
+libkconf_update_main.la: $(libkconf_update_main_la_OBJECTS) $(libkconf_update_main_la_DEPENDENCIES)
+	$(CXXLINK) -rpath $(libdir) $(libkconf_update_main_la_LDFLAGS) $(libkconf_update_main_la_OBJECTS) $(libkconf_update_main_la_LIBADD) $(LIBS)
+
 kconf_update.la: $(kconf_update_la_OBJECTS) $(kconf_update_la_DEPENDENCIES)
 	$(CXXLINK) -rpath $(libdir) $(kconf_update_la_LDFLAGS) $(kconf_update_la_OBJECTS) $(kconf_update_la_LIBADD) $(LIBS)
 
@@@@ -592,9 +603,6 @@@@
 # Internal
 # noinst_HEADERS = kconf_update.h
 
-dummy.cpp: 
-	echo > dummy.cpp
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
@@@@ -609,11 +617,23 @@@@
 
 
 #>+ 11
-kconf_update_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kconf_update.cpp  
+libkconf_update_main_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kconf_update.cpp  
+	@@echo 'creating libkconf_update_main_la.all_cpp.cpp ...'; \
+	rm -f libkconf_update_main_la.all_cpp.files libkconf_update_main_la.all_cpp.final; \
+	echo "#define KDE_USE_FINAL 1" >> libkconf_update_main_la.all_cpp.final; \
+	for file in kconf_update.cpp ; do \
+	  echo "#include \"$$file\"" >> libkconf_update_main_la.all_cpp.files; \
+	  test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> libkconf_update_main_la.all_cpp.final; \
+	done; \
+	cat libkconf_update_main_la.all_cpp.final libkconf_update_main_la.all_cpp.files  > libkconf_update_main_la.all_cpp.cpp; \
+	rm -f libkconf_update_main_la.all_cpp.final libkconf_update_main_la.all_cpp.files
+
+#>+ 11
+kconf_update_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kconf_update_main.cpp  
 	@@echo 'creating kconf_update_la.all_cpp.cpp ...'; \
 	rm -f kconf_update_la.all_cpp.files kconf_update_la.all_cpp.final; \
 	echo "#define KDE_USE_FINAL 1" >> kconf_update_la.all_cpp.final; \
-	for file in kconf_update.cpp ; do \
+	for file in kconf_update_main.cpp ; do \
 	  echo "#include \"$$file\"" >> kconf_update_la.all_cpp.files; \
 	  test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> kconf_update_la.all_cpp.final; \
 	done; \
@@@@ -621,11 +641,11 @@@@
 	rm -f kconf_update_la.all_cpp.final kconf_update_la.all_cpp.files
 
 #>+ 11
-kconf_update.all_cpp.cpp: $(srcdir)/Makefile.in dummy.cpp  
+kconf_update.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kconf_update_main.cpp  
 	@@echo 'creating kconf_update.all_cpp.cpp ...'; \
 	rm -f kconf_update.all_cpp.files kconf_update.all_cpp.final; \
 	echo "#define KDE_USE_FINAL 1" >> kconf_update.all_cpp.final; \
-	for file in dummy.cpp ; do \
+	for file in kconf_update_main.cpp ; do \
 	  echo "#include \"$$file\"" >> kconf_update.all_cpp.files; \
 	  test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> kconf_update.all_cpp.final; \
 	done; \
@@@@ -634,7 +654,7 @@@@
 
 #>+ 3
 clean-final:
-	-rm -f kconf_update_la.all_cpp.cpp kconf_update.all_cpp.cpp
+	-rm -f libkconf_update_main_la.all_cpp.cpp kconf_update_la.all_cpp.cpp kconf_update.all_cpp.cpp
 
 #>+ 2
 final:
@


1.3
log
@Update to KDE 2.2.2

Closes pkg/14728 from Mark Davies <mark@@mcs.vuw.ac.nz>. Changes from him
with updates from myself.

From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:

o security-related
	- SSL certificate loading
	- symlink vulnerability in .wmrc access by KDM introduced in 2.2
	- security problem with eFax (used by klprfax)
	- potential problem in PAM invocation by KDM
	- potential harmful side-effect of failed KDM session starts

o new features
	- added support for CodeWeavers' CrossOver plug-in (provides support
	  for QuickTime, etc.)
	- added support for the wheelmouse for scrolling through the
	  KGhostview PS/PDF viewer component
	- ability to search for multiple patterns at a time in the file
	  search dialog
	- debugging multi-threaded applications with KDevelop

o improvements/fixes
	- handling of HTTP links that redirect to FTP
	- POST using SSL through a proxy and sending headers through proxies
	- saving of recently-selected files in the file dialog
	- handling of non-ASCII characters over SMB
	- toolbar button captions with certain styles
	- selecting items with the mouse in Konqueror
	- sorting in Konqueror's textview
	- saving current settings as a theme in the theme manager
	- crashes in KMail with certain mails
	- crash on invoking the KDM chooser
	- non-Latin languages with KDevelop

performance
	- icon loading optimized
	- file dialog speedups
	- stop spinning SMB client processes
	- handling of large files in Kate
@
text
@d1 1
a1 1
$NetBSD$
@


1.2
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
@a0 1
Cannot strip away RCS IDs, please handle manually!
d3 1
a3 1
--- kconf_update/Makefile.in.orig	Wed Sep 12 06:09:39 2001
d5 4
a8 7
@@@@ -2 +2 @@@@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
@@@@ -4 +4 @@@@
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
@@@@ -284 +284 @@@@
d11 2
a12 1
@@@@ -287,2 +287,2 @@@@
d17 2
a18 1
@@@@ -291,2 +291,5 @@@@
d26 1
a26 1
@@@@ -293,0 +297 @@@@
d28 7
a34 1
@@@@ -306,2 +310,6 @@@@
d43 1
a43 1
@@@@ -309 +317 @@@@
d46 3
a48 1
@@@@ -313 +321 @@@@
d51 1
a51 1
@@@@ -315,2 +323,2 @@@@
d56 7
a62 1
@@@@ -340,2 +348,2 @@@@
d67 7
a73 1
@@@@ -427,0 +436,3 @@@@
d77 7
a83 13
@@@@ -500,11 +510,0 @@@@
-#>- 	@@for file in $(DISTFILES); do \
-#>- 	  d=$(srcdir); \
-#>- 	  if test -d $$d/$$file; then \
-#>- 	    cp -pr $$/$$file $(distdir)/$$file; \
-#>- 	  else \
-#>- 	    test -f $(distdir)/$$file \
-#>- 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-#>- 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
-#>- 	  fi; \
-#>- 	done
-#>+ 10
@@@@ -610,3 +609,0 @@@@
d87 7
a93 1
@@@@ -627 +624,13 @@@@
d108 3
a110 1
@@@@ -631 +640 @@@@
d113 7
a119 1
@@@@ -639 +648 @@@@
d122 3
a124 1
@@@@ -643 +652 @@@@
d127 7
a133 1
@@@@ -652 +661 @@@@
d136 3
@


1.1
log
@Initial revision
@
text
@d1 1
d4 98
a101 11
--- khtml/rendering/Makefile.in.orig	Thu Feb 22 18:17:31 2001
+++ khtml/rendering/Makefile.in
@@@@ -274,7 +274,7 @@@@
 noinst_HEADERS =  	bidi.h break_lines.h 	render_style.h render_object.h render_box.h 	render_flow.h render_text.h render_box.h render_replaced.h 	render_form.h render_list.h render_root.h render_frames.h 	render_br.h render_applet.h
 
 
-INCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop  -I$(top_srcdir)/kfile  -I$(top_srcdir)/khtml/java  -I$(top_srcdir)/khtml -I$(top_srcdir)/khtml/misc  -I$(top_srcdir)/khtml/css  -I$(top_srcdir)/khtml/dom -I$(top_srcdir)/khtml/xml -I$(top_srcdir)/khtml/html  -I$(top_srcdir)/libltdl -I$(top_srcdir) $(all_includes)
+INCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop  -I$(top_srcdir)/kfile  -I$(top_srcdir)/khtml/java  -I$(top_srcdir)/khtml -I$(top_srcdir)/khtml/misc  -I$(top_srcdir)/khtml/css  -I$(top_srcdir)/khtml/dom -I$(top_srcdir)/khtml/xml -I$(top_srcdir)/khtml/html  -I$(top_srcdir) $(all_includes)
 
 
 SRCDOC_DEST = $(kde_htmldir)/en/kdelibs/khtml
@


1.1.1.1
log
@Here goes...

Import of KDE 2.1 kdelibs package.
@
text
@@
