head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.44
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.42
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.40
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.38
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.36
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.34
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.32
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.30
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.28
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.26
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.24
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.22
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.20
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.18
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.16
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.14
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.12
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.10
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.8
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.6
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.4
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.2
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.2.0.18
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.16
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.14
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.12
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.10
	pkgsrc-2003Q4-base:1.2
	netbsd-1-6-1:1.2.0.6
	netbsd-1-6-1-base:1.2
	netbsd-1-6:1.2.0.8
	netbsd-1-6-RELEASE-base:1.2
	pkgviews:1.2.0.4
	pkgviews-base:1.2
	buildlink2:1.2.0.2
	buildlink2-base:1.2
	netbsd-1-5-PATCH003:1.2
	netbsd-1-5-PATCH001:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


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

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

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

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


desc
@@


1.3
log
@Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.
@
text
@$NetBSD: patch-ab,v 1.2 2001/10/15 22:46:21 skrll Exp $

--- arts/knotify/Makefile.am.orig	Sat Jun 24 16:21:46 2000
+++ arts/knotify/Makefile.am
@@@@ -7,16 +7,21 @@@@
 ####### Files
 
 bin_PROGRAMS	= knotify
-lib_LTLIBRARIES = knotify.la
+lib_LTLIBRARIES = libknotify_main.la knotify.la
 
-knotify_la_SOURCES	= knotify.cpp knotify.skel
-knotify_la_LIBADD	= ../soundserver/libsoundserver_idl.la \
+libknotify_main_la_SOURCES	= knotify.cpp knotify.skel
+libknotify_main_la_LIBADD	= ../soundserver/libsoundserver_idl.la \
                       ../qtmcop/libqtmcop.la $(LIB_KDEUI) $(LIB_KDECORE)
+libknotify_main_la_LDFLAGS = $(all_libraries)
+libknotify_main_la_METASOURCES = AUTO
+
+knotify_la_SOURCES	= knotify_main.cpp
+knotify_la_LIBADD	= libknotify_main.la
 knotify_la_LDFLAGS = $(all_libraries) -module -avoid-version
 knotify_la_METASOURCES = AUTO
 
-knotify_SOURCES = dummy.cpp
-knotify_LDADD = knotify.la
+knotify_SOURCES = knotify_main.cpp
+knotify_LDADD = libknotify_main.la
 knotify_LDFLAGS  = $(all_libraries) $(KDE_RPATH)
 
 check_PROGRAMS		= knotifytest
@@@@ -31,6 +36,3 @@@@
 
 messages:
 	$(XGETTEXT) knotify.cpp -o $(podir)/knotify.pot
-
-dummy.cpp:
-	echo > dummy.cpp
@


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
@d1 1
a1 1
$NetBSD$
@


1.1
log
@Initial revision
@
text
@d3 4
a6 5
--- arts/artsc/Makefile.in.orig	Thu Feb 22 18:17:09 2001
+++ arts/artsc/Makefile.in
@@@@ -243,7 +243,7 @@@@
 lib_LTLIBRARIES = libartsc.la libartscbackend.la libartsdsp.la
 FLOWLIBS = $(top_builddir)/arts/flow/libartsflow.la
d8 3
a10 2
-INCLUDES = $(all_includes) -I$(top_srcdir)/arts/mcop -I$(top_srcdir)/arts/flow       -I$(top_builddir)/arts/flow -I$(top_builddir)/arts/soundserver       -I$(top_srcdir)/libltdl
+INCLUDES = $(all_includes) -I$(top_srcdir)/arts/mcop -I$(top_srcdir)/arts/flow       -I$(top_builddir)/arts/flow -I$(top_builddir)/arts/soundserver 
d12 12
d25 5
a29 2
 bin_SCRIPTS = artsc-config artsdsp
@@@@ -254,7 +254,7 @@@@
d31 2
a32 4
 libartsc_la_SOURCES = artsc.c
 libartsc_la_LDFLAGS = -no-undefined
-libartsc_la_LIBADD = $(top_builddir)/libltdl/libltdlc.la $(LIBPTHREAD) $(USE_THREADS)
+libartsc_la_LIBADD = -lltdl $(LIBPTHREAD) $(USE_THREADS)
d34 5
a38 11
 libartscbackend_la_SOURCES = artscbackend.cc
 libartscbackend_la_LDFLAGS = -no-undefined -module
@@@@ -273,7 +273,7 @@@@
 CPPFLAGS = @@CPPFLAGS@@
 LDFLAGS = @@LDFLAGS@@
 LIBS = @@LIBS@@
-libartsc_la_DEPENDENCIES =  $(top_builddir)/libltdl/libltdlc.la
+libartsc_la_DEPENDENCIES =  -lltdl
 #>- libartsc_la_OBJECTS =  artsc.lo
 #>+ 1
 libartsc_la_OBJECTS = artsc.lo
@


1.1.1.1
log
@Here goes...

Import of KDE 2.1 kdelibs package.
@
text
@@
