Here goes...
Import of KDE 2.1 kdelibs package.
This commit is contained in:
parent
d5a8322e0f
commit
eb23105f2f
24 changed files with 3078 additions and 0 deletions
32
x11/kdelibs2/Makefile
Normal file
32
x11/kdelibs2/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $
|
||||
#
|
||||
|
||||
DISTNAME= kdelibs-2.1
|
||||
CATEGORIES= x11 kde
|
||||
.include "../../x11/kde2/Makefile.part1"
|
||||
COMMENT= Support libraries for the KDE integrated X11 desktop
|
||||
|
||||
DEPENDS+= tiff-*:../../graphics/tiff
|
||||
DEPENDS+= qt2-libs>=2.2.4:../../x11/qt2-libs
|
||||
DEPENDS+= libaudiofile-*:../../audio/libaudiofile
|
||||
DEPENDS+= jade>=1.2.1:../../textproc/jade
|
||||
|
||||
.include "../../x11/kde2/Makefile.part2"
|
||||
|
||||
LTCONFIG_OVERRIDE+= ${WRKSRC}/ksgmltools/ltconfig
|
||||
|
||||
CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic"
|
||||
|
||||
MKDIRS= share/kde/icons/locolor/32x32/actions/kde \
|
||||
share/kde/icons/locolor/22x22/mimetypes \
|
||||
share/kde/icons/locolor/22x22/filesystems \
|
||||
share/kde/icons/locolor/22x22/actions/kde \
|
||||
share/kde/icons/hicolor/22x22/mimetypes \
|
||||
share/kde/icons/hicolor/22x22/filesystems
|
||||
|
||||
post-install:
|
||||
for d in ${MKDIRS}; do \
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/$$d; \
|
||||
done
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
x11/kdelibs2/files/md5
Normal file
3
x11/kdelibs2/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $
|
||||
|
||||
SHA1 (kdelibs-2.1.tar.bz2) = 5941037de8b47fb2d992ae780c28a8583f07d83c
|
21
x11/kdelibs2/files/patch-sum
Normal file
21
x11/kdelibs2/files/patch-sum
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $
|
||||
|
||||
SHA1 (patch-aa) = de413d73ae7a4359e49a4f29f4242017f098a6ea
|
||||
SHA1 (patch-ab) = d8fd5a336e7a0c22af4d4bf771c4f96261001b84
|
||||
SHA1 (patch-ac) = 11ac5f520e21ff403c6a3d04b61dfbd2d4036fae
|
||||
SHA1 (patch-ad) = 345e5116fb414ea11c67ec549182367f1912a0ba
|
||||
SHA1 (patch-ae) = 1eae84672f4f792b7d56d9c958be585f30f9f056
|
||||
SHA1 (patch-af) = 542431463c9716001ebf17ea7a3b2506ed83f825
|
||||
SHA1 (patch-ag) = 750f4868cd2c81ec0317898ef1761a40016a86a8
|
||||
SHA1 (patch-ah) = b10f2153642871a00b4a5737d5414f69bce93708
|
||||
SHA1 (patch-ai) = ddefd0fb8642f573e8fdd4be474c317f872a9c23
|
||||
SHA1 (patch-aj) = df460ff480a56d171903cc8c55eb7adaa785f3e7
|
||||
SHA1 (patch-ak) = c79aecd339a37ff169831058273d84b2fec38195
|
||||
SHA1 (patch-al) = 0c9849cae46f4a14f5dd3dfcc9864702e471a286
|
||||
SHA1 (patch-am) = 57d49c27daebeaef0e32ce3228697c762db35aad
|
||||
SHA1 (patch-an) = 504fab95e210f12b078bc13bebeebfe978e710e4
|
||||
SHA1 (patch-ao) = a31b01facab240b6bc2a61ff8ddb0b8d1b138451
|
||||
SHA1 (patch-ap) = 7267b685938e89d571fa80d34049c6f4b0bbd229
|
||||
SHA1 (patch-aq) = 4791d42453dfc847c09471b1e392e442a82a8fcd
|
||||
SHA1 (patch-ar) = 58a2bd19dfa34fdebefbf0603a1172278403e750
|
||||
SHA1 (patch-as) = f7f25bd3510b340195b689e4843e1358f324466a
|
13
x11/kdelibs2/patches/patch-aa
Normal file
13
x11/kdelibs2/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $
|
||||
|
||||
--- Makefile.in.orig Thu Feb 22 18:17:09 2001
|
||||
+++ Makefile.in
|
||||
@@ -258,7 +258,7 @@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
|
||||
-COMPILE_FIRST = dcop libltdl kdecore kdeui kdesu kssl kjs kio kimgio kfile kparts libkmid ksgmltools
|
||||
+COMPILE_FIRST = dcop kdecore kdeui kdesu kssl kjs kio kimgio kfile kparts libkmid ksgmltools
|
||||
|
||||
SUBDIRS = $(COMPILE_FIRST) $(TOPSUBDIRS)
|
||||
|
31
x11/kdelibs2/patches/patch-ab
Normal file
31
x11/kdelibs2/patches/patch-ab
Normal file
|
@ -0,0 +1,31 @@
|
|||
$NetBSD: patch-ab,v 1.1.1.1 2001/03/14 15:59:49 skrll Exp $
|
||||
|
||||
--- 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
|
||||
|
||||
-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
|
||||
|
||||
|
||||
bin_SCRIPTS = artsc-config artsdsp
|
||||
@@ -254,7 +254,7 @@
|
||||
|
||||
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)
|
||||
|
||||
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
|
27
x11/kdelibs2/patches/patch-ac
Normal file
27
x11/kdelibs2/patches/patch-ac
Normal file
|
@ -0,0 +1,27 @@
|
|||
$NetBSD: patch-ac,v 1.1.1.1 2001/03/14 15:59:49 skrll Exp $
|
||||
|
||||
--- arts/mcop/Makefile.in.orig Thu Feb 22 18:17:10 2001
|
||||
+++ arts/mcop/Makefile.in
|
||||
@@ -244,11 +244,11 @@
|
||||
#
|
||||
# Programs to compile, Manpages to install and Versions
|
||||
#
|
||||
-INCLUDES = -I$(top_srcdir)/libltdl $(all_includes)
|
||||
+INCLUDES = $(all_includes)
|
||||
libmcop_la_SOURCES = buffer.cc connection.cc core.cc dispatcher.cc iomanager.cc object.cc socketconnection.cc tcpconnection.cc unixconnection.cc tcpserver.cc unixserver.cc objectmanager.cc factory.cc idlfilereg.cc ifacerepo_impl.cc mcoputils.cc startupmanager.cc md5.c md5auth.cc referenceclean.cc datapacket.cc asyncstream.cc notification.cc flowsystem.cc extensionloader.cc tmpglobalcomm.cc mcopconfig.cc connect.cc reference.cc type.cc trader_impl.cc dynamicrequest.cc anyref.cc loopback.cc debug.cc
|
||||
|
||||
|
||||
-libmcop_la_LIBADD = $(LIBSOCKET) $(LIBPTHREAD) $(USE_THREADS) $(top_builddir)/libltdl/libltdlc.la
|
||||
+libmcop_la_LIBADD = $(LIBSOCKET) $(LIBPTHREAD) $(USE_THREADS) -lltdl
|
||||
|
||||
libmcop_la_LDFLAGS = -no-undefined
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
-libmcop_la_DEPENDENCIES = $(top_builddir)/libltdl/libltdlc.la
|
||||
+libmcop_la_DEPENDENCIES = -lltdl
|
||||
#>- libmcop_la_OBJECTS = buffer.lo connection.lo core.lo dispatcher.lo \
|
||||
#>- iomanager.lo object.lo socketconnection.lo tcpconnection.lo \
|
||||
#>- unixconnection.lo tcpserver.lo unixserver.lo objectmanager.lo \
|
43
x11/kdelibs2/patches/patch-ad
Normal file
43
x11/kdelibs2/patches/patch-ad
Normal file
|
@ -0,0 +1,43 @@
|
|||
$NetBSD: patch-ad,v 1.1.1.1 2001/03/14 15:59:48 skrll Exp $
|
||||
|
||||
--- configure.orig Thu Feb 22 18:17:52 2001
|
||||
+++ configure
|
||||
@@ -6188,9 +6188,10 @@
|
||||
x_libraries="/usr/lib"; else
|
||||
x_libraries=$kde_x_libraries
|
||||
X_LDFLAGS="-L$x_libraries"
|
||||
+ X_WLRFLAGS="-Wl,-R$x_libraries"
|
||||
fi
|
||||
all_includes="$X_INCLUDES"
|
||||
-all_libraries="$X_LDFLAGS"
|
||||
+all_libraries="$X_LDFLAGS $X_WLRFLAGS"
|
||||
|
||||
|
||||
|
||||
@@ -6790,7 +6791,7 @@
|
||||
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
||||
cross_compiling=$ac_cv_prog_cxx_cross
|
||||
|
||||
-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
||||
+ac_link='rm -rf SunWS_cache; ${LIBTOOL_SHELL} --tag=CXX --mode=link ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
||||
|
||||
|
||||
|
||||
@@ -13183,7 +13184,7 @@
|
||||
|
||||
|
||||
|
||||
-all_includes='-I$(top_srcdir)/dcop -I$(top_srcdir)/libltdl -I$(top_srcdir)/kdecore -I$(top_srcdir)/kdeui -I$(top_srcdir)/kssl $(QT_INCLUDES) $(X_INCLUDES) $(KDE_INCLUDES) $(USER_INCLUDES)'
|
||||
+all_includes='-I$(top_srcdir)/dcop -I$(top_srcdir)/kdecore -I$(top_srcdir)/kdeui -I$(top_srcdir)/kssl $(QT_INCLUDES) $(X_INCLUDES) $(KDE_INCLUDES) $(USER_INCLUDES)'
|
||||
|
||||
|
||||
CXXFLAGS="$CXXFLAGS -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST"
|
||||
@@ -14140,7 +14141,7 @@
|
||||
esac
|
||||
done
|
||||
|
||||
- for ac_config_dir in libltdl; do
|
||||
+ for ac_config_dir in ; do
|
||||
|
||||
# Do not complain, so a configure script can configure whichever
|
||||
# parts of a large source tree are present.
|
31
x11/kdelibs2/patches/patch-ae
Normal file
31
x11/kdelibs2/patches/patch-ae
Normal file
|
@ -0,0 +1,31 @@
|
|||
$NetBSD: patch-ae,v 1.1.1.1 2001/03/14 15:59:48 skrll Exp $
|
||||
|
||||
--- kdecore/Makefile.in.orig Thu Feb 22 18:17:15 2001
|
||||
+++ kdecore/Makefile.in
|
||||
@@ -276,7 +276,7 @@
|
||||
|
||||
|
||||
libkdecore_la_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) -version-info 3:0 -no-undefined
|
||||
-libkdecore_la_LIBADD = libkdefakes.la ../libltdl/libltdlc.la -lXext $(LIB_DCOP) $(LIB_DMALLOC) $(LIBRESOLV)
|
||||
+libkdecore_la_LIBADD = libkdefakes.la -lltdl -lXext $(LIB_DCOP) $(LIB_DMALLOC) $(LIBRESOLV)
|
||||
|
||||
#>- libkdecore_la_METASOURCES = AUTO
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
libkdefakes_la_nofinal_OBJECTS = fakes.lo vsnprintf.lo
|
||||
@KDE_USE_FINAL_FALSE@libkdefakes_la_OBJECTS = $(libkdefakes_la_nofinal_OBJECTS)
|
||||
@KDE_USE_FINAL_TRUE@libkdefakes_la_OBJECTS = $(libkdefakes_la_final_OBJECTS)
|
||||
-libkdecore_la_DEPENDENCIES = libkdefakes.la ../libltdl/libltdlc.la
|
||||
+libkdecore_la_DEPENDENCIES = libkdefakes.la -lltdl
|
||||
#>- libkdecore_la_OBJECTS = libintl.lo kdebug.lo kstddirs.lo kconfigbase.lo \
|
||||
#>- kstyle.lo kglobalaccel.lo netwm.lo kconfig.lo ksimpleconfig.lo \
|
||||
#>- kdesktopfile.lo kconfigbackend.lo kapp.lo kuniqueapp.lo ksock.lo \
|
||||
@@ -773,7 +773,7 @@
|
||||
$(mkinstalldirs) $(DESTDIR)$(includedir)
|
||||
#>- $(INSTALL_DATA) $(srcdir)/../libltdl/ltdl.h $(includedir)/ltdl.h
|
||||
#>+ 1
|
||||
- $(INSTALL_DATA) $(srcdir)/../libltdl/ltdl.h $(DESTDIR)$(includedir)/ltdl.h
|
||||
+# $(INSTALL_DATA) $(srcdir)/../libltdl/ltdl.h $(DESTDIR)$(includedir)/ltdl.h
|
||||
#>- $(mkinstalldirs) $(kde_confdir)
|
||||
#>+ 1
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_confdir)
|
45
x11/kdelibs2/patches/patch-af
Normal file
45
x11/kdelibs2/patches/patch-af
Normal file
|
@ -0,0 +1,45 @@
|
|||
$NetBSD: patch-af,v 1.1.1.1 2001/03/14 15:59:48 skrll Exp $
|
||||
|
||||
--- kdecore/kapp.cpp.orig Thu Feb 22 18:12:55 2001
|
||||
+++ kdecore/kapp.cpp
|
||||
@@ -1433,18 +1433,18 @@
|
||||
setStyle(pKStyle);
|
||||
}
|
||||
else{
|
||||
- lt_ptr_t alloc_func;
|
||||
+ lt_ptr alloc_func;
|
||||
if (styleStr.find("basicstyle.la",0,false)==-1)
|
||||
- alloc_func=lt_dlsym(styleHandle,"allocate");
|
||||
+ alloc_func=lt_dlsym((lt_dlhandle)styleHandle,"allocate");
|
||||
else
|
||||
- alloc_func= lt_dlsym(styleHandle,"allocateCustomTheme");
|
||||
+ alloc_func= lt_dlsym((lt_dlhandle)styleHandle,"allocateCustomTheme");
|
||||
|
||||
if(!alloc_func){
|
||||
kdWarning() << "Unable to init style plugin " << styleStr
|
||||
<< "(" << lt_dlerror() << ")\n";
|
||||
pKStyle = new KDEStyle;
|
||||
setStyle(pKStyle);
|
||||
- lt_dlclose(styleHandle);
|
||||
+ lt_dlclose((lt_dlhandle)styleHandle);
|
||||
styleHandle = 0;
|
||||
}
|
||||
else{
|
||||
@@ -1467,7 +1467,7 @@
|
||||
kdWarning() << "Style plugin unable to allocate style.\n";
|
||||
pKStyle = new KDEStyle;
|
||||
setStyle(pKStyle);
|
||||
- lt_dlclose(styleHandle);
|
||||
+ lt_dlclose((lt_dlhandle)styleHandle);
|
||||
styleHandle = 0;
|
||||
}
|
||||
}
|
||||
@@ -1480,7 +1480,7 @@
|
||||
}
|
||||
|
||||
if(oldHandle){
|
||||
- lt_dlclose((lt_dlhandle*)oldHandle);
|
||||
+ lt_dlclose((lt_dlhandle)oldHandle);
|
||||
}
|
||||
if(pKStyle)
|
||||
connect(pKStyle, SIGNAL(destroyed()), SLOT(kstyleDestroyed()));
|
13
x11/kdelibs2/patches/patch-ag
Normal file
13
x11/kdelibs2/patches/patch-ag
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ag,v 1.1.1.1 2001/03/14 15:59:46 skrll Exp $
|
||||
|
||||
--- kdecore/klibloader.cpp.orig Sun Feb 18 15:26:54 2001
|
||||
+++ kdecore/klibloader.cpp
|
||||
@@ -16,6 +16,8 @@
|
||||
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
+#include <stdlib.h>
|
||||
+
|
||||
#include <config.h>
|
||||
#include <qclipboard.h>
|
||||
#include <qwidgetlist.h>
|
52
x11/kdelibs2/patches/patch-ah
Normal file
52
x11/kdelibs2/patches/patch-ah
Normal file
|
@ -0,0 +1,52 @@
|
|||
$NetBSD: patch-ah,v 1.1.1.1 2001/03/14 15:59:46 skrll Exp $
|
||||
|
||||
--- kdecore/kstddirs.cpp.orig Sun Jan 28 23:44:28 2001
|
||||
+++ kdecore/kstddirs.cpp
|
||||
@@ -652,33 +652,33 @@
|
||||
|
||||
QString KStandardDirs::kde_default(const char *type) {
|
||||
if (!strcmp(type, "data"))
|
||||
- return "share/apps/";
|
||||
+ return "share/kde/apps/";
|
||||
if (!strcmp(type, "html"))
|
||||
- return "share/doc/HTML/";
|
||||
+ return "share/doc/kde/HTML/";
|
||||
if (!strcmp(type, "icon"))
|
||||
- return "share/icons/";
|
||||
+ return "share/kde/icons/";
|
||||
if (!strcmp(type, "config"))
|
||||
- return "share/config/";
|
||||
+ return "share/kde/config/";
|
||||
if (!strcmp(type, "pixmap"))
|
||||
- return "share/pixmaps/";
|
||||
+ return "share/kde/pixmaps/";
|
||||
if (!strcmp(type, "apps"))
|
||||
- return "share/applnk/";
|
||||
+ return "share/kde/applnk/";
|
||||
if (!strcmp(type, "sound"))
|
||||
- return "share/sounds/";
|
||||
+ return "share/kde/sounds/";
|
||||
if (!strcmp(type, "locale"))
|
||||
- return "share/locale/";
|
||||
+ return "share/kde/locale/";
|
||||
if (!strcmp(type, "services"))
|
||||
- return "share/services/";
|
||||
+ return "share/kde/services/";
|
||||
if (!strcmp(type, "servicetypes"))
|
||||
- return "share/servicetypes/";
|
||||
+ return "share/kde/servicetypes/";
|
||||
if (!strcmp(type, "mime"))
|
||||
- return "share/mimelnk/";
|
||||
+ return "share/kde/mimelnk/";
|
||||
if (!strcmp(type, "cgi"))
|
||||
- return "cgi-bin/";
|
||||
+ return "kde-cgi-bin/";
|
||||
if (!strcmp(type, "wallpaper"))
|
||||
- return "share/wallpapers/";
|
||||
+ return "share/kde/wallpapers/";
|
||||
if (!strcmp(type, "templates"))
|
||||
- return "share/templates/";
|
||||
+ return "share/kde/templates/";
|
||||
if (!strcmp(type, "exe"))
|
||||
return "bin/";
|
||||
if (!strcmp(type, "lib"))
|
13
x11/kdelibs2/patches/patch-ai
Normal file
13
x11/kdelibs2/patches/patch-ai
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ai,v 1.1.1.1 2001/03/14 15:59:46 skrll Exp $
|
||||
|
||||
--- kfile/Makefile.in.orig Thu Feb 22 18:17:27 2001
|
||||
+++ kfile/Makefile.in
|
||||
@@ -259,7 +259,7 @@
|
||||
|
||||
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
||||
|
||||
-INCLUDES = -I$(top_srcdir) -I$(srcdir)/../libltdl/ -I$(top_srcdir)/kio -I$(top_builddir)/kio $(all_includes)
|
||||
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kio -I$(top_builddir)/kio $(all_includes)
|
||||
|
||||
lib_LTLIBRARIES = libkfile.la
|
||||
|
13
x11/kdelibs2/patches/patch-aj
Normal file
13
x11/kdelibs2/patches/patch-aj
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aj,v 1.1.1.1 2001/03/14 15:59:46 skrll Exp $
|
||||
|
||||
--- khtml/Makefile.in.orig Thu Feb 22 18:17:28 2001
|
||||
+++ khtml/Makefile.in
|
||||
@@ -293,7 +293,7 @@
|
||||
libkhtmlimage_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
|
||||
libkhtmlimage_la_LIBADD = libkhtml.la
|
||||
|
||||
-INCLUDES = -I$(top_srcdir)/kjs -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(srcdir)/java -I$(top_srcdir)/dcop -I$(srcdir)/misc -I$(srcdir)/dom -I$(srcdir)/xml -I$(srcdir)/html -I$(srcdir)/css -I$(top_srcdir)/kfile -I$(top_srcdir)/libltdl -I$(top_srcdir)/kssl -I$(top_srcdir) $(all_includes)
|
||||
+INCLUDES = -I$(top_srcdir)/kjs -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(srcdir)/java -I$(top_srcdir)/dcop -I$(srcdir)/misc -I$(srcdir)/dom -I$(srcdir)/xml -I$(srcdir)/html -I$(srcdir)/css -I$(top_srcdir)/kfile -I$(top_srcdir)/kssl -I$(top_srcdir) $(all_includes)
|
||||
|
||||
|
||||
servicedir = $(kde_servicesdir)
|
13
x11/kdelibs2/patches/patch-ak
Normal file
13
x11/kdelibs2/patches/patch-ak
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ak,v 1.1.1.1 2001/03/14 15:59:45 skrll Exp $
|
||||
|
||||
--- khtml/css/Makefile.in.orig Thu Feb 22 18:17:29 2001
|
||||
+++ khtml/css/Makefile.in
|
||||
@@ -268,7 +268,7 @@
|
||||
noinst_HEADERS = css_extensionsimpl.h css_stylesheetimpl.h cssparser.h css_ruleimpl.h css_valueimpl.h cssstyleselector.h csshelper.h
|
||||
|
||||
|
||||
-INCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop -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)/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)
|
||||
|
||||
|
||||
cssdir = $(kde_datadir)/khtml/css
|
13
x11/kdelibs2/patches/patch-al
Normal file
13
x11/kdelibs2/patches/patch-al
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-al,v 1.1.1.1 2001/03/14 15:59:45 skrll Exp $
|
||||
|
||||
--- 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
|
13
x11/kdelibs2/patches/patch-am
Normal file
13
x11/kdelibs2/patches/patch-am
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-am,v 1.1.1.1 2001/03/14 15:59:45 skrll Exp $
|
||||
|
||||
--- kimgio/Makefile.in.orig Thu Feb 22 18:17:32 2001
|
||||
+++ kimgio/Makefile.in
|
||||
@@ -273,7 +273,7 @@
|
||||
|
||||
noinst_HEADERS = xview.h eps.h tiffr.h krl.h g3r.h ico.h
|
||||
|
||||
-INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir)/dcop -I$(top_srcdir)/libltdl $(all_includes)
|
||||
+INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir)/dcop $(all_includes)
|
||||
|
||||
EXTRA_DIST = netpbm.cpp netpbm.h
|
||||
|
13
x11/kdelibs2/patches/patch-an
Normal file
13
x11/kdelibs2/patches/patch-an
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-an,v 1.1.1.1 2001/03/14 15:59:45 skrll Exp $
|
||||
|
||||
--- kinit/Makefile.in.orig Thu Feb 22 18:17:32 2001
|
||||
+++ kinit/Makefile.in
|
||||
@@ -256,7 +256,7 @@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
|
||||
-INCLUDES = -I$(srcdir)/../libltdl/ -I$(srcdir)/../kio/klauncher/ $(all_includes)
|
||||
+INCLUDES = -I$(srcdir)/../kio/klauncher/ $(all_includes)
|
||||
|
||||
SUBDIRS = .
|
||||
|
13
x11/kdelibs2/patches/patch-ao
Normal file
13
x11/kdelibs2/patches/patch-ao
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ao,v 1.1.1.1 2001/03/14 15:59:45 skrll Exp $
|
||||
|
||||
--- kinit/kinit.cpp.orig Sun Feb 18 15:27:05 2001
|
||||
+++ kinit/kinit.cpp
|
||||
@@ -81,7 +81,7 @@
|
||||
pid_t my_pid;
|
||||
int n;
|
||||
lt_dlhandle handle;
|
||||
- lt_ptr_t sym;
|
||||
+ lt_ptr sym;
|
||||
char **argv;
|
||||
int (*func)(int, char *[]);
|
||||
int (*launcher_func)(int);
|
22
x11/kdelibs2/patches/patch-ap
Normal file
22
x11/kdelibs2/patches/patch-ap
Normal file
|
@ -0,0 +1,22 @@
|
|||
$NetBSD: patch-ap,v 1.1.1.1 2001/03/14 15:59:45 skrll Exp $
|
||||
|
||||
--- kio/kimageio.cpp.orig Wed Dec 13 18:24:15 2000
|
||||
+++ kio/kimageio.cpp
|
||||
@@ -112,7 +112,7 @@
|
||||
if (bRead)
|
||||
{
|
||||
funcName = "kimgio_"+mType.lower()+"_read";
|
||||
- lt_ptr_t func = lt_dlsym(libhandle, funcName.ascii());
|
||||
+ lt_ptr func = lt_dlsym(libhandle, funcName.ascii());
|
||||
|
||||
if (func == NULL) {
|
||||
iio->setStatus(1); // error
|
||||
@@ -123,7 +123,7 @@
|
||||
if (bWrite)
|
||||
{
|
||||
funcName = "kimgio_"+mType.lower()+"_write";
|
||||
- lt_ptr_t func = lt_dlsym(libhandle, funcName.ascii());
|
||||
+ lt_ptr func = lt_dlsym(libhandle, funcName.ascii());
|
||||
|
||||
if (func == NULL) {
|
||||
iio->setStatus(1); // error
|
13
x11/kdelibs2/patches/patch-aq
Normal file
13
x11/kdelibs2/patches/patch-aq
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aq,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $
|
||||
|
||||
--- kparts/Makefile.in.orig Thu Feb 22 18:17:39 2001
|
||||
+++ kparts/Makefile.in
|
||||
@@ -241,7 +241,7 @@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
|
||||
-INCLUDES = -I$(srcdir)/../ -I$(top_srcdir)/kio/ -I$(top_srcdir)/libltdl -I$(top_srcdir)/kfile $(all_includes)
|
||||
+INCLUDES = -I$(srcdir)/../ -I$(top_srcdir)/kio/ -I$(top_srcdir)/kfile $(all_includes)
|
||||
|
||||
libkparts_la_LDFLAGS = -version-info 1:0:0 -no-undefined
|
||||
libkparts_la_LIBADD = $(LIB_KFILE) $(LIB_KIO)
|
13
x11/kdelibs2/patches/patch-ar
Normal file
13
x11/kdelibs2/patches/patch-ar
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ar,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $
|
||||
|
||||
--- kparts/tests/Makefile.in.orig Thu Feb 22 18:17:40 2001
|
||||
+++ kparts/tests/Makefile.in
|
||||
@@ -239,7 +239,7 @@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
|
||||
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libltdl -I$(top_srcdir)/kfile -I$(top_srcdir)/kio $(all_includes)
|
||||
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kfile -I$(top_srcdir)/kio $(all_includes)
|
||||
LDFLAGS = $(all_libraries)
|
||||
LDADD = $(top_builddir)/kparts/libkparts.la $(LIB_KDECORE)
|
||||
|
13
x11/kdelibs2/patches/patch-as
Normal file
13
x11/kdelibs2/patches/patch-as
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-as,v 1.1.1.1 2001/03/14 15:59:49 skrll Exp $
|
||||
|
||||
--- ksgmltools/kdb2html.in.orig Wed Jun 7 13:28:18 2000
|
||||
+++ ksgmltools/kdb2html.in
|
||||
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
if test -z "$KDB2HTML_UNINSTALLED"; then
|
||||
-ksgmldir=@prefix@/share/apps/ksgmltools
|
||||
+ksgmldir=@kde_datadir@/ksgmltools
|
||||
else
|
||||
ksgmldir=$KDB2HTML_UNINSTALLED
|
||||
fi
|
1
x11/kdelibs2/pkg/DESCR
Normal file
1
x11/kdelibs2/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
KDE provides an integrated X11 based environment, much like CDE.
|
2614
x11/kdelibs2/pkg/PLIST
Normal file
2614
x11/kdelibs2/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue