Update basic kde packages to 2.2.2.
This commit is contained in:
parent
5b58348670
commit
30c6365bc5
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2001/10/28 12:30:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2001/12/31 12:30:54 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, basic applications"
|
||||
COMMENT-plugins= "X11 toolkit, netscape plugins"
|
||||
CATEGORIES= x11 x11/kde
|
||||
NEED_VERSION= 1.483
|
||||
VERSION= 2.2.1
|
||||
NEED_VERSION= 1.504
|
||||
VERSION= 2.2.2
|
||||
DISTNAME= kdebase-${VERSION}
|
||||
PKGNAME-plugins= kdebase-ns-${VERSION}
|
||||
DIST_SUBDIR= kde
|
||||
@ -34,6 +34,7 @@ LIB_DEPENDS= kdecore.3,kdeui,DCOP,artskde,kab,kdefakes,kdeprint,kdeprint_managem
|
||||
BUILD_DEPENDS= ::x11/qt2-designer :zsh-*:shells/zsh/stable ::audio/lame
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_NEW= Yes
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
|
3
x11/kde/base2/distinfo
Normal file
3
x11/kde/base2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kde/kdebase-2.2.2.tar.bz2) = 39635e42056ab2afb8e6f2ff761eea38
|
||||
RMD160 (kde/kdebase-2.2.2.tar.bz2) = 4d6452867ee0d1c6786ac763bdad9b70e992c995
|
||||
SHA1 (kde/kdebase-2.2.2.tar.bz2) = dbbc8dec49b9bb15055ce43e1b4eafe6945463b0
|
@ -1,3 +0,0 @@
|
||||
MD5 (kde/kdebase-2.2.1.tar.bz2) = 14c7e9a73f5b60c6b4ed7c14acbfb69a
|
||||
RMD160 (kde/kdebase-2.2.1.tar.bz2) = 4ec52b65495d789a403d4b77c08a2e770405df5c
|
||||
SHA1 (kde/kdebase-2.2.1.tar.bz2) = 5c3a300829fee66bfe26faea39112050fc4cd1e9
|
@ -1,6 +1,15 @@
|
||||
--- configure.in.orig Sat Sep 8 02:34:45 2001
|
||||
+++ configure.in Tue Sep 18 23:11:58 2001
|
||||
@@ -789,6 +789,11 @@ if test "x$with_cdparanoia" = "xCHECK" ;
|
||||
--- configure.in.orig Sat Nov 10 08:47:36 2001
|
||||
+++ configure.in Sun Dec 30 20:49:07 2001
|
||||
@@ -36,7 +36,7 @@ dnl Perform program name transformation
|
||||
AC_ARG_PROGRAM
|
||||
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
-AM_INIT_AUTOMAKE(kdebase, "2.2.2") dnl searches for some needed programs
|
||||
+AM_INIT_AUTOMAKE(kdebase-2.2.2, "2.2.2") dnl searches for some needed programs
|
||||
|
||||
KDE_SET_PREFIX
|
||||
|
||||
@@ -790,6 +790,11 @@ if test "x$with_cdparanoia" = "xCHECK" ;
|
||||
break
|
||||
fi
|
||||
done
|
||||
@ -12,18 +21,19 @@
|
||||
if test "$with_cdparanoia" = FOUND; then
|
||||
if test "$ext" = la; then
|
||||
grep "^library_names='*[a-z]*'" $para_libdir/libcdda_paranoia.$ext 2>&1 > /dev/null || with_cdparanoia=NOTFOUND
|
||||
@@ -891,8 +896,10 @@ NOTFOUND) AC_MSG_RESULT(searched but not
|
||||
@@ -891,9 +896,11 @@ NOTFOUND) AC_MSG_RESULT(searched but not
|
||||
fi
|
||||
non_compile=no
|
||||
if test "x$enable_lametest" = xyes ; then
|
||||
ac_save_CFLAGS="$CFLAGS"
|
||||
+ ac_save_CXXFLAGS="$CXXFLAGS"
|
||||
ac_save_CFLAGS="$CFLAGS"
|
||||
ac_save_LIBS="$LIBS"
|
||||
CFLAGS="$CFLAGS $all_includes $LAME_INCS"
|
||||
+ CXXFLAGS="$CFLAGS $all_includes $LAME_INCS"
|
||||
LIBS="$LIBS $all_libraries $LAME_LIBS"
|
||||
rm -f conf.lametest conf.wrongver
|
||||
AC_TRY_RUN([
|
||||
@@ -915,6 +922,7 @@ int main ()
|
||||
@@ -916,6 +923,7 @@ int main ()
|
||||
}
|
||||
], , non_compile=yes , [echo $ac_n "cross compiling; assumed OK... $ac_c"])
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
@ -31,7 +41,7 @@
|
||||
LIBS="$ac_save_LIBS"
|
||||
# bogus return value, but it _did_ run correctly
|
||||
test -f conf.lametest && non_compile=no
|
||||
@@ -932,6 +940,7 @@ int main ()
|
||||
@@ -933,6 +941,7 @@ int main ()
|
||||
# only do this test, if it really didn't run
|
||||
echo "*** Could not run Lame test program, checking why..."
|
||||
CFLAGS="$CFLAGS $all_includes $LAME_INCS"
|
||||
@ -39,7 +49,7 @@
|
||||
LIBS="$LIBS $all_libraries $LAME_LIBS"
|
||||
AC_TRY_LINK([
|
||||
#include <stdio.h>
|
||||
@@ -958,6 +967,7 @@ echo "*** or that you have moved Lame si
|
||||
@@ -959,6 +968,7 @@ echo "*** or that you have moved Lame si
|
||||
# ac_save_* still set, because this else part is only entered if the
|
||||
# enable_lametest was yes, in which case also ac_save_* was set.
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
@ -47,7 +57,7 @@
|
||||
LIBS="$ac_save_LIBS"
|
||||
fi
|
||||
LAME_INCS=
|
||||
@@ -1296,6 +1306,7 @@ AC_MSG_CHECKING(if ksysguardd can be com
|
||||
@@ -1297,6 +1307,7 @@ AC_MSG_CHECKING(if ksysguardd can be com
|
||||
case "$host" in
|
||||
*-*-linux*) ksysguardd_compile=yes; UNAME='Linux' ;;
|
||||
*-*-freebsd*) ksysguardd_compile=yes; UNAME='FreeBSD' ;;
|
||||
@ -55,3 +65,23 @@
|
||||
*-*-solaris*) ksysguardd_compile=yes; UNAME='Solaris' ;;
|
||||
*) ksysguard_compile=no; UNAME='' ;;
|
||||
esac
|
||||
@@ -1305,7 +1316,8 @@ AC_SUBST(UNAME)
|
||||
|
||||
AC_CHECK_LIB(sensors, sensors_init, [LIBSENSORS="-lsensors"])
|
||||
AC_SUBST(LIBSENSORS)
|
||||
-AC_CHECK_HEADERS(sensors/sensors.h)KDE_CHECK_HEADER(X11/extensions/XKBstr.h, ,
|
||||
+AC_CHECK_HEADERS(sensors/sensors.h)
|
||||
+KDE_CHECK_HEADER(X11/extensions/XKBstr.h, ,
|
||||
DO_NOT_COMPILE="$DO_NOT_COMPILE kxkb" )
|
||||
dnl
|
||||
dnl
|
||||
@@ -1661,8 +1673,8 @@ kdcop/Makefile \
|
||||
kdebugdialog/Makefile \
|
||||
kdeprint/Makefile \
|
||||
kdeprint/descriptions/Makefile \
|
||||
-kdeprint/kdeprintfax/Makefile \
|
||||
kdeprint/kdeprint_part/Makefile \
|
||||
+kdeprint/kdeprintfax/Makefile \
|
||||
kdeprint/kjobviewer/Makefile \
|
||||
kdeprint/kprinter/Makefile \
|
||||
kdeprint/printmgr/Makefile \
|
||||
|
11
x11/kde/base2/patches/patch-kdm_kfrontend_Makefile_am
Normal file
11
x11/kde/base2/patches/patch-kdm_kfrontend_Makefile_am
Normal file
@ -0,0 +1,11 @@
|
||||
--- kdm/kfrontend/Makefile.am.orig Sun Dec 30 20:46:32 2001
|
||||
+++ kdm/kfrontend/Makefile.am Sun Dec 30 20:46:42 2001
|
||||
@@ -24,7 +24,7 @@ genkdmconf_SOURCES = genkdmconf.c
|
||||
genkdmconf_LDFLAGS = $(all_libraries)
|
||||
genkdmconf_LDADD = $(LIB_X11)
|
||||
|
||||
-install-data-local:
|
||||
+unused:
|
||||
@if test ! -d $(DESTDIR)$(kde_confdir)/kdm; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm; \
|
||||
./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm; \
|
@ -1,13 +1,37 @@
|
||||
$OpenBSD: patch-kdm_kfrontend_Makefile_in,v 1.1 2001/10/06 12:37:38 espie Exp $
|
||||
--- kdm/kfrontend/Makefile.in.orig Sat Oct 6 14:14:27 2001
|
||||
+++ kdm/kfrontend/Makefile.in Sat Oct 6 14:15:44 2001
|
||||
@@ -683,7 +683,8 @@ installdirs mostlyclean-generic distclea
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
$OpenBSD: patch-kdm_kfrontend_Makefile_in,v 1.2 2001/12/31 12:30:54 espie Exp $
|
||||
--- kdm/kfrontend/Makefile.in.orig Sat Nov 10 08:58:24 2001
|
||||
+++ kdm/kfrontend/Makefile.in Sun Dec 30 21:55:40 2001
|
||||
@@ -507,6 +507,7 @@ mostlyclean-recursive clean-recursive di
|
||||
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
rev="$$subdir $$rev"; \
|
||||
test "$$subdir" != "." || dot_seen=yes; \
|
||||
+ true; \
|
||||
done; \
|
||||
test "$$dot_seen" = "no" && rev=". $$rev"; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
@@ -595,7 +596,7 @@ installcheck: installcheck-recursive
|
||||
install-exec-am: install-binPROGRAMS
|
||||
install-exec: install-exec-recursive
|
||||
|
||||
-install-data-am: install-data-local
|
||||
+install-data-am:
|
||||
install-data: install-data-recursive
|
||||
|
||||
install-am: all-am
|
||||
@@ -668,13 +669,13 @@ maintainer-clean: maintainer-clean-recur
|
||||
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
||||
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
||||
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
|
||||
- install-exec install-data-local install-data-am install-data install-am \
|
||||
- install uninstall-am uninstall all-redirect all-am all installdirs-am \
|
||||
+ install-exec install-data-am install-data install-am install \
|
||||
+ uninstall-am uninstall all-redirect all-am all installdirs-am \
|
||||
installdirs mostlyclean-generic distclean-generic clean-generic \
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
-install-data-local:
|
||||
+install-data-local:;
|
||||
+unused:
|
||||
@if test ! -d $(DESTDIR)$(kde_confdir)/kdm; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm; \
|
||||
./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm; \
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm; \
|
||||
./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm; \
|
||||
|
@ -1,12 +1,20 @@
|
||||
$OpenBSD: patch-kioslave_audiocd_Makefile_in,v 1.1 2001/08/26 12:04:44 espie Exp $
|
||||
--- kioslave/audiocd/Makefile.in.orig Sun Aug 26 13:16:25 2001
|
||||
+++ kioslave/audiocd/Makefile.in Sun Aug 26 13:17:01 2001
|
||||
@@ -278,7 +278,7 @@ kde_module_LTLIBRARIES = kio_audiocd.la
|
||||
$OpenBSD: patch-kioslave_audiocd_Makefile_in,v 1.2 2001/12/31 12:30:54 espie Exp $
|
||||
--- kioslave/audiocd/Makefile.in.orig Sat Nov 10 08:58:27 2001
|
||||
+++ kioslave/audiocd/Makefile.in Sun Dec 30 22:21:48 2001
|
||||
@@ -328,7 +328,7 @@ DIST_COMMON = Makefile.am Makefile.in
|
||||
|
||||
kio_audiocd_la_SOURCES = cddb.cpp audiocd.cpp
|
||||
#>- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
#>+ 4
|
||||
-KDE_DIST=configure.in.in audiocd.protocol
|
||||
+KDE_DIST=audiocd.protocol configure.in.in
|
||||
|
||||
-kio_audiocd_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(CDPARANOIA_RPATH) $(LAME_RPATH) $(VORBIS_RPATH) -module $(KDE_PLUGIN)
|
||||
+kio_audiocd_la_LDFLAGS = -L${LAMEDIR} $(all_libraries) $(KDE_RPATH) $(CDPARANOIA_RPATH) $(LAME_RPATH) $(VORBIS_RPATH) -module $(KDE_PLUGIN)
|
||||
DISTFILES= $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
|
||||
|
||||
|
||||
kio_audiocd_la_LIBADD = $(LIB_KIO) $(CDPARANOIA_LIBS) $(LAME_LIBS) $(VORBISENC_LIBS) $(VORBIS_LIBS)
|
||||
@@ -491,6 +491,7 @@ mostlyclean-recursive clean-recursive di
|
||||
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
rev="$$subdir $$rev"; \
|
||||
test "$$subdir" != "." || dot_seen=yes; \
|
||||
+ true; \
|
||||
done; \
|
||||
test "$$dot_seen" = "no" && rev=". $$rev"; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-konsole_src_Makefile_in,v 1.6 2001/09/19 14:13:28 espie Exp $
|
||||
--- konsole/src/Makefile.in.orig Mon Aug 6 03:32:12 2001
|
||||
+++ konsole/src/Makefile.in Mon Aug 27 09:21:16 2001
|
||||
@@ -326,6 +326,7 @@ konsole_LDFLAGS = $(all_libraries) $(KDE
|
||||
$OpenBSD: patch-konsole_src_Makefile_in,v 1.7 2001/12/31 12:30:54 espie Exp $
|
||||
--- konsole/src/Makefile.in.orig Sat Nov 10 08:58:33 2001
|
||||
+++ konsole/src/Makefile.in Sun Dec 30 22:41:42 2001
|
||||
@@ -328,6 +328,7 @@ konsole_LDFLAGS = $(all_libraries) $(KDE
|
||||
|
||||
konsole_grantpty_SOURCES = konsole_grantpty.c
|
||||
konsole_grantpty_LDFLAGS = $(KDE_RPATH)
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-konsole_src_Makefile_in,v 1.6 2001/09/19 14:13:28 espie Exp $
|
||||
|
||||
# Not AUTO here, because there are some unused files
|
||||
#>- METASOURCES = TEWidget.moc TEmuVt102.moc session.moc konsole.moc TEmulation.moc TEPty.moc kwrited.moc konsole_part.moc
|
||||
@@ -406,7 +407,6 @@ konsole_DEPENDENCIES =
|
||||
@@ -408,7 +409,6 @@ konsole_DEPENDENCIES =
|
||||
#>- konsole_grantpty_OBJECTS = konsole_grantpty.$(OBJEXT)
|
||||
#>+ 1
|
||||
konsole_grantpty_OBJECTS = konsole_grantpty.$(OBJEXT)
|
||||
@ -17,81 +17,12 @@ $OpenBSD: patch-konsole_src_Makefile_in,v 1.6 2001/09/19 14:13:28 espie Exp $
|
||||
konsole_grantpty_DEPENDENCIES =
|
||||
#>- kwrited_OBJECTS = dummy.$(OBJEXT)
|
||||
#>+ 1
|
||||
@@ -435,12 +435,12 @@ DIST_COMMON = Makefile.am Makefile.in
|
||||
@@ -437,7 +437,7 @@ DIST_COMMON = Makefile.am Makefile.in
|
||||
|
||||
#>- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
#>+ 4
|
||||
-KDE_DIST=x-konsole.desktop konsolerc sample.shell konsole_part.rc
|
||||
+KDE_DIST=kwrited_la_meta_unload.C konsole_grantpty sample.shell konsole_part.rc kwrited konsole_la_meta_unload.C x-konsole.desktop libkonsolepart.la.closure libkonsolepart_la_meta_unload.C konsole konsolerc konsole_meta_unload.C
|
||||
+KDE_DIST=sample.shell konsole_part.rc x-konsole.desktop konsolerc
|
||||
|
||||
DISTFILES= $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
|
||||
|
||||
|
||||
-TAR = tar
|
||||
+TAR = gtar
|
||||
GZIP_ENV = --best
|
||||
SOURCES = $(libkonsolepart_la_SOURCES) $(kwrited_la_SOURCES) $(konsole_la_SOURCES) $(konsole_SOURCES) $(konsole_grantpty_SOURCES) $(kwrited_SOURCES)
|
||||
OBJECTS = $(libkonsolepart_la_OBJECTS) $(kwrited_la_OBJECTS) $(konsole_la_OBJECTS) $(konsole_OBJECTS) $(konsole_grantpty_OBJECTS) $(kwrited_OBJECTS)
|
||||
@@ -676,17 +676,6 @@ distdir = $(top_builddir)/$(PACKAGE)-$(V
|
||||
subdir = konsole/src
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
-#>- @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
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
@@ -925,7 +914,7 @@ clean-moc-classes:
|
||||
-rm -f libkonsolepart_la_meta_unload.C kwrited_la_meta_unload.C konsole_la_meta_unload.C konsole_meta_unload.C
|
||||
|
||||
#>+ 11
|
||||
-libkonsolepart_la.all_C.C: $(srcdir)/Makefile.in $(srcdir)/TEPty.C $(srcdir)/BlockArray.C $(srcdir)/schema.C $(srcdir)/session.C $(srcdir)/TEWidget.C $(srcdir)/TEmuVt102.C $(srcdir)/TEScreen.C $(srcdir)/TEmulation.C $(srcdir)/TEHistory.C $(srcdir)/keytrans.C $(srcdir)/konsole_part.C libkonsolepart_la_meta_unload.C konsole_part.moc konsole.moc TEWidget.moc TEmulation.moc session.moc TEmuVt102.moc kwrited.moc TEPty.moc
|
||||
+libkonsolepart_la.all_C.C: $(srcdir)/Makefile.in $(srcdir)/TEPty.C $(srcdir)/BlockArray.C $(srcdir)/schema.C $(srcdir)/session.C $(srcdir)/TEWidget.C $(srcdir)/TEmuVt102.C $(srcdir)/TEScreen.C $(srcdir)/TEmulation.C $(srcdir)/TEHistory.C $(srcdir)/keytrans.C $(srcdir)/konsole_part.C $(srcdir)/libkonsolepart_la_meta_unload.C konsole_part.moc konsole.moc TEWidget.moc TEmulation.moc session.moc TEmuVt102.moc kwrited.moc TEPty.moc
|
||||
@echo 'creating libkonsolepart_la.all_C.C ...'; \
|
||||
rm -f libkonsolepart_la.all_C.files libkonsolepart_la.all_C.final; \
|
||||
echo "#define KDE_USE_FINAL 1" >> libkonsolepart_la.all_C.final; \
|
||||
@@ -937,7 +926,7 @@ libkonsolepart_la.all_C.C: $(srcdir)/Mak
|
||||
rm -f libkonsolepart_la.all_C.final libkonsolepart_la.all_C.files
|
||||
|
||||
#>+ 11
|
||||
-kwrited_la.all_C.C: $(srcdir)/Makefile.in $(srcdir)/kwrited.C kwrited_la_meta_unload.C
|
||||
+kwrited_la.all_C.C: $(srcdir)/Makefile.in $(srcdir)/kwrited.C $(srcdir)/kwrited_la_meta_unload.C
|
||||
@echo 'creating kwrited_la.all_C.C ...'; \
|
||||
rm -f kwrited_la.all_C.files kwrited_la.all_C.final; \
|
||||
echo "#define KDE_USE_FINAL 1" >> kwrited_la.all_C.final; \
|
||||
@@ -949,7 +938,7 @@ kwrited_la.all_C.C: $(srcdir)/Makefile.i
|
||||
rm -f kwrited_la.all_C.final kwrited_la.all_C.files
|
||||
|
||||
#>+ 11
|
||||
-konsole_la.all_C.C: $(srcdir)/Makefile.in $(srcdir)/main.C $(srcdir)/konsole.C konsole_la_meta_unload.C
|
||||
+konsole_la.all_C.C: $(srcdir)/Makefile.in $(srcdir)/main.C $(srcdir)/konsole.C $(srcdir)/konsole_la_meta_unload.C
|
||||
@echo 'creating konsole_la.all_C.C ...'; \
|
||||
rm -f konsole_la.all_C.files konsole_la.all_C.final; \
|
||||
echo "#define KDE_USE_FINAL 1" >> konsole_la.all_C.final; \
|
||||
@@ -961,7 +950,7 @@ konsole_la.all_C.C: $(srcdir)/Makefile.i
|
||||
rm -f konsole_la.all_C.final konsole_la.all_C.files
|
||||
|
||||
#>+ 11
|
||||
-konsole.all_C.C: $(srcdir)/Makefile.in $(srcdir)/TEPty.C $(srcdir)/BlockArray.C $(srcdir)/main.C $(srcdir)/konsole.C $(srcdir)/schema.C $(srcdir)/session.C $(srcdir)/TEWidget.C $(srcdir)/TEmuVt102.C $(srcdir)/TEScreen.C $(srcdir)/TEmulation.C $(srcdir)/TEHistory.C $(srcdir)/keytrans.C konsole_meta_unload.C
|
||||
+konsole.all_C.C: $(srcdir)/Makefile.in $(srcdir)/TEPty.C $(srcdir)/BlockArray.C $(srcdir)/main.C $(srcdir)/konsole.C $(srcdir)/schema.C $(srcdir)/session.C $(srcdir)/TEWidget.C $(srcdir)/TEmuVt102.C $(srcdir)/TEScreen.C $(srcdir)/TEmulation.C $(srcdir)/TEHistory.C $(srcdir)/keytrans.C $(srcdir)/konsole_meta_unload.C
|
||||
@echo 'creating konsole.all_C.C ...'; \
|
||||
rm -f konsole.all_C.files konsole.all_C.final; \
|
||||
echo "#define KDE_USE_FINAL 1" >> konsole.all_C.final; \
|
||||
@@ -973,7 +962,7 @@ konsole.all_C.C: $(srcdir)/Makefile.in $
|
||||
rm -f konsole.all_C.final konsole.all_C.files
|
||||
|
||||
#>+ 11
|
||||
-kwrited.all_C.C: $(srcdir)/Makefile.in dummy.C
|
||||
+kwrited.all_C.C: $(srcdir)/Makefile.in $(srcdir)/dummy.C
|
||||
@echo 'creating kwrited.all_C.C ...'; \
|
||||
rm -f kwrited.all_C.files kwrited.all_C.final; \
|
||||
echo "#define KDE_USE_FINAL 1" >> kwrited.all_C.final; \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-konsole_src_TEPty_C,v 1.8 2001/08/20 23:42:08 espie Exp $
|
||||
--- konsole/src/TEPty.C.orig Sun Jul 29 06:56:43 2001
|
||||
+++ konsole/src/TEPty.C Fri Aug 17 02:09:16 2001
|
||||
@@ -127,6 +127,10 @@ extern "C" {
|
||||
$OpenBSD: patch-konsole_src_TEPty_C,v 1.9 2001/12/31 12:30:54 espie Exp $
|
||||
--- konsole/src/TEPty.C.orig Tue Nov 6 03:40:30 2001
|
||||
+++ konsole/src/TEPty.C Sun Dec 23 13:07:59 2001
|
||||
@@ -121,6 +121,10 @@
|
||||
#include <utmp.h>
|
||||
#endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ksysguard_configure_in_in,v 1.1 2001/09/19 14:13:28 espie Exp $
|
||||
$OpenBSD: patch-ksysguard_configure_in_in,v 1.2 2001/12/31 12:30:54 espie Exp $
|
||||
--- ksysguard/configure.in.in.orig Sun May 13 23:20:29 2001
|
||||
+++ ksysguard/configure.in.in Tue Sep 18 23:11:59 2001
|
||||
+++ ksysguard/configure.in.in Sun Dec 30 20:41:58 2001
|
||||
@@ -3,6 +3,7 @@ AC_MSG_CHECKING(if ksysguardd can be com
|
||||
case "$host" in
|
||||
*-*-linux*) ksysguardd_compile=yes; UNAME='Linux' ;;
|
||||
@ -9,3 +9,10 @@ $OpenBSD: patch-ksysguard_configure_in_in,v 1.1 2001/09/19 14:13:28 espie Exp $
|
||||
*-*-solaris*) ksysguardd_compile=yes; UNAME='Solaris' ;;
|
||||
*) ksysguard_compile=no; UNAME='' ;;
|
||||
esac
|
||||
@@ -11,4 +12,4 @@ AC_SUBST(UNAME)
|
||||
|
||||
AC_CHECK_LIB(sensors, sensors_init, [LIBSENSORS="-lsensors"])
|
||||
AC_SUBST(LIBSENSORS)
|
||||
-AC_CHECK_HEADERS(sensors/sensors.h)
|
||||
\ No newline at end of file
|
||||
+AC_CHECK_HEADERS(sensors/sensors.h)
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-ksysguard_ksysguardd_FreeBSD_CPU_c,v 1.1 2001/09/19 14:13:28 espie Exp $
|
||||
--- ksysguard/ksysguardd/FreeBSD/CPU.c.orig Mon Sep 3 12:34:58 2001
|
||||
+++ ksysguard/ksysguardd/FreeBSD/CPU.c Mon Sep 3 12:35:14 2001
|
||||
@@ -25,7 +25,9 @@
|
||||
$OpenBSD: patch-ksysguard_ksysguardd_FreeBSD_CPU_c,v 1.2 2001/12/31 12:30:54 espie Exp $
|
||||
--- ksysguard/ksysguardd/FreeBSD/CPU.c.orig Sat Nov 10 06:17:04 2001
|
||||
+++ ksysguard/ksysguardd/FreeBSD/CPU.c Sun Dec 23 13:14:16 2001
|
||||
@@ -19,7 +19,9 @@
|
||||
*/
|
||||
|
||||
#include <kvm.h>
|
||||
#include <nlist.h>
|
||||
#include <sys/dkstat.h>
|
||||
+#ifndef __OpenBSD__
|
||||
#include <devstat.h>
|
||||
+#endif
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <kvm.h>
|
||||
#include <nlist.h>
|
||||
|
@ -1,17 +1,26 @@
|
||||
--- ksysguard/ksysguardd/FreeBSD/Memory.c.orig Fri Jul 28 01:59:28 2000
|
||||
+++ ksysguard/ksysguardd/FreeBSD/Memory.c Tue Nov 13 10:00:49 2001
|
||||
@@ -29,7 +29,9 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
+#ifndef __OpenBSD__
|
||||
--- ksysguard/ksysguardd/FreeBSD/Memory.c.orig Sat Nov 10 06:17:04 2001
|
||||
+++ ksysguard/ksysguardd/FreeBSD/Memory.c Mon Dec 31 00:37:47 2001
|
||||
@@ -32,7 +32,11 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/vmmeter.h>
|
||||
#include <unistd.h>
|
||||
+#ifdef __OpenBSD__
|
||||
+#include <sys/swap.h>
|
||||
+#else
|
||||
#include <vm/vm_param.h>
|
||||
+#endif
|
||||
#include <sys/vmmeter.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
@@ -67,7 +69,13 @@ updateMemory(void)
|
||||
char buf[256];
|
||||
|
||||
#include "Command.h"
|
||||
#include "Memory.h"
|
||||
@@ -82,15 +86,42 @@ updateMemory(void)
|
||||
struct vmtotal p;
|
||||
FILE *file;
|
||||
char buf[256];
|
||||
+#ifdef __FreeBSD__
|
||||
struct kvm_swap kswap[16];
|
||||
+#endif
|
||||
int i, swap_count, hlen, pagesize = getpagesize();
|
||||
long blocksize;
|
||||
|
||||
len = sizeof (Total);
|
||||
+#ifdef __OpenBSD__
|
||||
@ -23,9 +32,34 @@
|
||||
+#endif
|
||||
Total /= 1024;
|
||||
|
||||
/* Q&D hack for swap display. Borrowed from xsysinfo-1.4 */
|
||||
@@ -93,20 +101,30 @@ updateMemory(void)
|
||||
/* Borrowed from pstat */
|
||||
+
|
||||
+#ifdef __OpenBSD__
|
||||
+ swap_count = swapctl(SWAP_NSWAP, 0, 0);
|
||||
+ if (swap_count > 0) {
|
||||
+ struct swapent *swdev;
|
||||
+ swdev = malloc(swap_count * sizeof(*swdev));
|
||||
+ if (swdev == NULL)
|
||||
+ return 0;
|
||||
+ (void)swapctl(SWAP_STATS, swdev, swap_count);
|
||||
+ STotal = SUsed = 0;
|
||||
+ for (i = 0; i < swap_count; i++) {
|
||||
+ if (!(swdev[i].se_flags & SWF_ENABLE))
|
||||
+ continue;
|
||||
+ STotal += swdev[i].se_nblks;
|
||||
+ SUsed += swdev[i].se_inuse;
|
||||
+ }
|
||||
+ SFree = STotal - SUsed;
|
||||
+ }
|
||||
+#else
|
||||
swap_count = kvm_getswapinfo(kd, kswap, 16, SWIF_DEV_PREFIX);
|
||||
getbsize(&hlen, &blocksize);
|
||||
|
||||
@@ -101,22 +132,33 @@ updateMemory(void)
|
||||
SUsed = CONVERT(kswap[0].ksw_used);
|
||||
SFree = CONVERT(kswap[0].ksw_total - kswap[0].ksw_used);
|
||||
}
|
||||
+#endif
|
||||
|
||||
len = sizeof (Buffers);
|
||||
+#ifndef __OpenBSD__
|
||||
|
111
x11/kde/base2/patches/patch-ksysguard_ksysguardd_FreeBSD_conf_c
Normal file
111
x11/kde/base2/patches/patch-ksysguard_ksysguardd_FreeBSD_conf_c
Normal file
@ -0,0 +1,111 @@
|
||||
$OpenBSD: patch-ksysguard_ksysguardd_FreeBSD_conf_c,v 1.1 2001/12/31 12:30:54 espie Exp $
|
||||
--- ksysguard/ksysguardd/FreeBSD/conf.c.orig Mon Dec 31 01:09:24 2001
|
||||
+++ ksysguard/ksysguardd/FreeBSD/conf.c Mon Dec 31 01:09:19 2001
|
||||
@@ -0,0 +1,107 @@
|
||||
+/*
|
||||
+ KSysGuard, the KDE System Guard
|
||||
+
|
||||
+ Copyright (c) 2001 Tobias Koenig <tokoe82@yahoo.de>
|
||||
+
|
||||
+ This program is free software; you can redistribute it and/or
|
||||
+ modify it under the terms of version 2 of the GNU General Public
|
||||
+ License as published by the Free Software Foundation.
|
||||
+
|
||||
+ This program is distributed in the hope that it will be useful,
|
||||
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
+ GNU General Public License for more details.
|
||||
+
|
||||
+ You should have received a copy of the GNU General Public License
|
||||
+ along with this program; if not, write to the Free Software
|
||||
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
+*/
|
||||
+
|
||||
+#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
+
|
||||
+#include "Command.h"
|
||||
+#include "conf.h"
|
||||
+
|
||||
+CONTAINER LogFileList = 0;
|
||||
+CONTAINER SensorList = 0;
|
||||
+
|
||||
+void parseConfigFile(const char *filename)
|
||||
+{
|
||||
+ FILE* config;
|
||||
+ char line[2048];
|
||||
+ char *begin, *token, *tmp, *confSensor;
|
||||
+ ConfigLogFile *confLog;
|
||||
+
|
||||
+
|
||||
+ if ((config = fopen(filename, "r")) == NULL) {
|
||||
+ log_error("can't open config file '%s'", filename);
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
+
|
||||
+ if (LogFileList)
|
||||
+ destr_ctnr(LogFileList, free);
|
||||
+
|
||||
+ if (SensorList)
|
||||
+ destr_ctnr(SensorList, free);
|
||||
+
|
||||
+ LogFileList = new_ctnr(CT_DLL);
|
||||
+ SensorList = new_ctnr(CT_DLL);
|
||||
+
|
||||
+ while (fgets(line, sizeof(line), config) != NULL) {
|
||||
+ if ((line[0] == '#') || (strlen(line) == 0)) {
|
||||
+ continue;
|
||||
+ }
|
||||
+
|
||||
+ if (strchr(line, '#'))
|
||||
+ *(strchr(line, '#')) = '\0';
|
||||
+
|
||||
+ if (line[strlen(line) - 1] == '\n')
|
||||
+ line[strlen(line) - 1] = '\0';
|
||||
+
|
||||
+ if (!strncmp(line, "LogFiles", 8)) {
|
||||
+ begin = strchr(line, '=');
|
||||
+ begin++;
|
||||
+
|
||||
+ for (token = strtok(begin, ","); token; token = strtok(NULL, ",")) {
|
||||
+ if ((confLog = (ConfigLogFile *)malloc(sizeof(ConfigLogFile))) == NULL) {
|
||||
+ log_error("malloc() no free memory avail");
|
||||
+ continue;
|
||||
+ }
|
||||
+ confLog->name = strdup(token);
|
||||
+ tmp = strchr(confLog->name, ':');
|
||||
+ *tmp = '\0';
|
||||
+ confLog->path = tmp;
|
||||
+ confLog->path++;
|
||||
+
|
||||
+ push_ctnr(LogFileList, confLog);
|
||||
+ }
|
||||
+ }
|
||||
+ if (!strncmp(line, "Sensors", 7)) {
|
||||
+ begin = strchr(line, '=');
|
||||
+ begin++;
|
||||
+
|
||||
+ for (token = strtok(begin, ","); token; token = strtok(NULL, ",")) {
|
||||
+ confSensor = strdup(token);
|
||||
+ push_ctnr(SensorList, confSensor);
|
||||
+ }
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ fclose(config);
|
||||
+}
|
||||
+
|
||||
+int sensorAvailable(const char *sensor)
|
||||
+{
|
||||
+ int i;
|
||||
+
|
||||
+ for (i = 0; i < level_ctnr(SensorList); i++) {
|
||||
+ char* name = get_ctnr(SensorList, i);
|
||||
+ if (!strcmp(name, sensor))
|
||||
+ return 1;
|
||||
+ }
|
||||
+
|
||||
+ return 0;
|
||||
+}
|
@ -0,0 +1,38 @@
|
||||
$OpenBSD: patch-ksysguard_ksysguardd_FreeBSD_conf_h,v 1.1 2001/12/31 12:30:54 espie Exp $
|
||||
--- ksysguard/ksysguardd/FreeBSD/conf.h.orig Mon Dec 31 00:39:06 2001
|
||||
+++ ksysguard/ksysguardd/FreeBSD/conf.h Mon Dec 31 00:39:02 2001
|
||||
@@ -0,0 +1,34 @@
|
||||
+/*
|
||||
+ KSysGuard, the KDE System Guard
|
||||
+
|
||||
+ Copyright (c) 2001 Tobias Koenig <tokoe82@yahoo.de>
|
||||
+
|
||||
+ This program is free software; you can redistribute it and/or
|
||||
+ modify it under the terms of version 2 of the GNU General Public
|
||||
+ License as published by the Free Software Foundation.
|
||||
+
|
||||
+ This program is distributed in the hope that it will be useful,
|
||||
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
+ GNU General Public License for more details.
|
||||
+
|
||||
+ You should have received a copy of the GNU General Public License
|
||||
+ along with this program; if not, write to the Free Software
|
||||
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
+*/
|
||||
+
|
||||
+#include "ccont.h"
|
||||
+
|
||||
+#ifndef _conf_h_
|
||||
+#define _conf_h_
|
||||
+
|
||||
+typedef struct {
|
||||
+ char *name;
|
||||
+ char *path;
|
||||
+} ConfigLogFile;
|
||||
+
|
||||
+void parseConfigFile(const char *filename);
|
||||
+
|
||||
+int sensorAvailable(const char* sensor);
|
||||
+
|
||||
+#endif
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-ksysguard_ksysguardd_FreeBSD_ksysguardd_c,v 1.1 2001/12/31 12:30:54 espie Exp $
|
||||
--- ksysguard/ksysguardd/FreeBSD/ksysguardd.c.orig Mon Dec 31 01:07:04 2001
|
||||
+++ ksysguard/ksysguardd/FreeBSD/ksysguardd.c Mon Dec 31 01:07:14 2001
|
||||
@@ -50,6 +50,8 @@
|
||||
#define PORT_NUMBER 3112
|
||||
#define TIMERINTERVAL 2
|
||||
|
||||
+#define VERSION "2.2.2"
|
||||
+
|
||||
typedef struct
|
||||
{
|
||||
int socket;
|
@ -0,0 +1,34 @@
|
||||
--- ksysguard/ksysguardd/FreeBSD/ksysguardd.h.orig Mon Dec 24 10:37:00 2001
|
||||
+++ ksysguard/ksysguardd/FreeBSD/ksysguardd.h Mon Dec 24 10:36:51 2001
|
||||
@@ -0,0 +1,31 @@
|
||||
+/*
|
||||
+ KSysGuard, the KDE System Guard
|
||||
+
|
||||
+ Copyright (c) 1999-2001 Chris Schlaeger <cs@kde.org>
|
||||
+
|
||||
+ This program is free software; you can redistribute it and/or
|
||||
+ modify it under the terms of version 2 of the GNU General Public
|
||||
+ License as published by the Free Software Foundation.
|
||||
+
|
||||
+ This program is distributed in the hope that it will be useful,
|
||||
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
+ GNU General Public License for more details.
|
||||
+
|
||||
+ You should have received a copy of the GNU General Public License
|
||||
+ along with this program; if not, write to the Free Software
|
||||
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
+
|
||||
+ $Id: patch-ksysguard_ksysguardd_FreeBSD_ksysguardd_h,v 1.1 2001/12/31 12:30:54 espie Exp $
|
||||
+*/
|
||||
+
|
||||
+#ifndef _ksysguardd_h_
|
||||
+#define _ksysguardd_h_
|
||||
+
|
||||
+#include <stdio.h>
|
||||
+
|
||||
+extern int QuitApp;
|
||||
+extern int RunAsDaemon;
|
||||
+extern FILE* CurrentClient;
|
||||
+
|
||||
+#endif
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.13 2001/08/26 12:04:44 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.14 2001/12/31 12:30:54 espie Exp $
|
||||
lib/kde2/libgsthumbnail.so.0.0
|
||||
lib/kde2/libhtmlthumbnail.so.0.0
|
||||
lib/kde2/libimagethumbnail.so.0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2001/10/25 04:58:54 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.22 2001/12/31 12:30:54 espie Exp $
|
||||
bin/appletproxy
|
||||
bin/chooser
|
||||
bin/conttest
|
||||
@ -640,6 +640,8 @@ share/apps/kcmkeys/standard/app-unix3.kksrc
|
||||
share/apps/kcmkeys/standard/app-win3.kksrc
|
||||
share/apps/kcmlocale/pics/background.png
|
||||
share/apps/kcmusb/usb.ids
|
||||
share/apps/kconf_update/klipper-1-2.pl
|
||||
share/apps/kconf_update/klipperrc.upd
|
||||
share/apps/kconf_update/konsole.upd
|
||||
share/apps/kcontrol/kcontrolui.rc
|
||||
share/apps/kcontrol/pics/energybig.png
|
||||
@ -997,9 +999,6 @@ share/apps/konsole/konsole_part.rc
|
||||
share/apps/konsole/linux.desktop
|
||||
share/apps/konsole/linux.keytab
|
||||
share/apps/konsole/mc.desktop
|
||||
share/apps/konsole/pics/brightness.png
|
||||
share/apps/konsole/pics/colourness.png
|
||||
share/apps/konsole/pics/contrast.png
|
||||
share/apps/konsole/shell.desktop
|
||||
share/apps/konsole/su.desktop
|
||||
share/apps/konsole/sumc.desktop
|
||||
@ -2009,6 +2008,8 @@ share/locale/l10n/hr/entry.desktop
|
||||
share/locale/l10n/hr/flag.png
|
||||
share/locale/l10n/hu/entry.desktop
|
||||
share/locale/l10n/hu/flag.png
|
||||
share/locale/l10n/id/entry.desktop
|
||||
share/locale/l10n/id/flag.png
|
||||
share/locale/l10n/ie/entry.desktop
|
||||
share/locale/l10n/ie/flag.png
|
||||
share/locale/l10n/il/entry.desktop
|
||||
@ -2287,6 +2288,7 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/sounds
|
||||
@dirrm share/services/useragentstrings
|
||||
@dirrm share/services/searchproviders
|
||||
@dirrm share/services/kded
|
||||
@dirrm share/locale/l10n/za
|
||||
@dirrm share/locale/l10n/ve
|
||||
@dirrm share/locale/l10n/vc
|
||||
@ -2328,6 +2330,7 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/locale/l10n/is
|
||||
@dirrm share/locale/l10n/il
|
||||
@dirrm share/locale/l10n/ie
|
||||
@dirrm share/locale/l10n/id
|
||||
@dirrm share/locale/l10n/hu
|
||||
@dirrm share/locale/l10n/hr
|
||||
@dirrm share/locale/l10n/hn
|
||||
@ -2362,13 +2365,15 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/locale/l10n/C
|
||||
@dirrm share/locale/l10n
|
||||
@dirrm share/locale/C
|
||||
@dirrm share/locale
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/16x16/filesystems
|
||||
@dirrm share/icons/hicolor/16x16/apps
|
||||
@dirrm share/icons/hicolor/16x16/actions
|
||||
@dirrm share/icons/hicolor/16x16
|
||||
@dirrm share/fonts/override
|
||||
@dirrm share/fonts
|
||||
@dirrm share/doc/HTML/en/kwrite
|
||||
@ -2410,7 +2415,6 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/apps/kscreensaver
|
||||
@dirrm share/apps/kpersonalizer/pics
|
||||
@dirrm share/apps/kpersonalizer
|
||||
@dirrm share/apps/konsole/pics
|
||||
@dirrm share/apps/konsole
|
||||
@dirrm share/apps/konqueror/tiles
|
||||
@dirrm share/apps/konqueror/profiles
|
||||
@ -2496,6 +2500,7 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/apps/kdcop
|
||||
@dirrm share/apps/kcontrol/pics
|
||||
@dirrm share/apps/kcontrol
|
||||
@dirrm share/apps/kconf_update
|
||||
@dirrm share/apps/kcmusb
|
||||
@dirrm share/apps/kcmlocale/pics
|
||||
@dirrm share/apps/kcmlocale
|
||||
@ -2593,5 +2598,6 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/applnk/Applications
|
||||
@dirrm share/applnk/.hidden
|
||||
@dirrm share/applnk
|
||||
@dirrm lib/kde2
|
||||
@dirrm include/kwin
|
||||
@dirrm include/kate
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2001/10/24 12:52:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2001/12/31 12:30:54 espie Exp $
|
||||
|
||||
COMMENT= games for KDE
|
||||
COMMENT-cards= faces for kde card games
|
||||
@ -29,8 +29,8 @@ COMMENT-kwin4= 4 in a rows game for kde
|
||||
COMMENT-lskat= card game for two players, based on Skat
|
||||
|
||||
CATEGORIES= x11 x11/kde games
|
||||
NEED_VERSION= 1.461
|
||||
VERSION= 2.2.1
|
||||
NEED_VERSION= 1.504
|
||||
VERSION= 2.2.2
|
||||
DISTNAME= kdegames-${VERSION}
|
||||
DIST_SUBDIR= kde
|
||||
|
||||
@ -46,6 +46,7 @@ LIB_DEPENDS= kdecore.3,DCOP,artsflow,artsflow_idl,kdeprint,kdesu,kdeui,kfile,kio
|
||||
BUILD_DEPENDS= ::x11/qt2-designer :zsh-*:shells/zsh/stable
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_NEW= Yes
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
|
||||
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
|
||||
|
3
x11/kde/games2/distinfo
Normal file
3
x11/kde/games2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kde/kdegames-2.2.2.tar.bz2) = 65b1e9885bdda64597e6e3cdf129cee3
|
||||
RMD160 (kde/kdegames-2.2.2.tar.bz2) = e68f23188257535aa36778e80beae20c077e9447
|
||||
SHA1 (kde/kdegames-2.2.2.tar.bz2) = 7f569c59053854396e364c1448c9ec9ce6ef0ed6
|
@ -1,3 +0,0 @@
|
||||
MD5 (kde/kdegames-2.2.1.tar.bz2) = ddfb22843331f548bac51dc6a167958f
|
||||
RMD160 (kde/kdegames-2.2.1.tar.bz2) = da57b92b83175a9aa0bbcbd6eda356057ceee788
|
||||
SHA1 (kde/kdegames-2.2.1.tar.bz2) = b78f91cccc31c10b81f54e7538c0d13d7c8a33ed
|
@ -2,17 +2,19 @@
|
||||
workstations. It was written by a world-wide network of software
|
||||
engineers committed to free software development. KDE seeks to fill
|
||||
the need for an easy to use desktop for Unix workstations, similar to
|
||||
the desktop environments found under the MacOS or Window95/NT. We
|
||||
believe that the UNIX operating system is the best operating system
|
||||
available today. In fact UNIX has been the undisputed choice of the
|
||||
information technology professional for many years. When it comes to
|
||||
stability, scalability and openness there is no competition to UNIX .
|
||||
However, the lack of an easy to use contemporary desktop environment
|
||||
for UNIX has prevented UNIX from finding its way onto the desktops of
|
||||
the typical computer user in offices and homes. UNIX dominates the
|
||||
server market and is the preferred computing platform for computing
|
||||
professional and scientists. Without UNIX the internet would not be.
|
||||
But UNIX did not address the needs of the average computer user. This
|
||||
fact is particularly unfortunate since a number of implementations of
|
||||
UNIX ( Linux, FreeBSD, NetBSD, OpenBSD etc) are freely availabe on the
|
||||
internet. All of which are of exceptional quality and stability.
|
||||
the desktop environments found under the MacOS or Window95/NT.
|
||||
|
||||
This package contains various games:
|
||||
|
||||
Board games:
|
||||
kabalone, kbackgammon, kbattleship, kjumpingcube, konquest,
|
||||
kpoker, kreversi, kwin4, lskat
|
||||
Puzzles:
|
||||
katomic, kblackbox, klines, kmahjongg, kmines, kpat, ksame,
|
||||
kshisen, ksokoban
|
||||
Action games:
|
||||
kasteroids, kjezz, ksnake, kspaceduel, ktron
|
||||
Tetris-like:
|
||||
kfouleggs, ksirtet, ksmiletris
|
||||
Children entertainment:
|
||||
ktuberling
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2001/09/19 14:13:29 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2001/12/31 12:30:54 espie Exp $
|
||||
lib/libkbackgammon.so.0.0
|
||||
lib/libkdegames.so.1.1
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2001/09/19 14:13:29 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2001/12/31 12:30:54 espie Exp $
|
||||
bin/kabalone
|
||||
bin/kasteroids
|
||||
bin/katomic
|
||||
|
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2001/10/28 12:30:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2001/12/31 12:30:54 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, libraries documentation"
|
||||
CATEGORIES= x11 x11/kde devel
|
||||
NEED_VERSION= 1.483
|
||||
VERSION= 2.2.1
|
||||
NEED_VERSION= 1.504
|
||||
VERSION= 2.2.2
|
||||
PKGNAME= kdelibs-doc-${VERSION}
|
||||
|
||||
HOMEPAGE= http://www.kde.org
|
||||
DISTFILES=
|
||||
NO_CHECKSUM= Yes
|
||||
|
||||
BUILD_DEPENDS= ::x11/kde/kdoc2 ::x11/kde/libs2:patch ::x11/qt2,-html
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/09/19 15:20:12 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2001/12/31 12:30:54 espie Exp $
|
||||
share/doc/html/kdelibs/dcop/DCOPClient.html
|
||||
share/doc/html/kdelibs/dcop/DCOPConnection.html
|
||||
share/doc/html/kdelibs/dcop/DCOPMsg.html
|
||||
@ -304,6 +304,7 @@ share/doc/html/kdelibs/kdecore/kaboutdata_h.html
|
||||
share/doc/html/kdelibs/kdecore/kaccel_h.html
|
||||
share/doc/html/kdelibs/kdecore/kallocator_h.html
|
||||
share/doc/html/kdelibs/kdecore/kapp_h.html
|
||||
share/doc/html/kdelibs/kdecore/kapplication_h.html
|
||||
share/doc/html/kdelibs/kdecore/kasyncio_h.html
|
||||
share/doc/html/kdelibs/kdecore/kaudioplayer_h.html
|
||||
share/doc/html/kdelibs/kdecore/kbufferedio_h.html
|
||||
@ -364,6 +365,7 @@ share/doc/html/kdelibs/kdecore/ksimpleconfig_h.html
|
||||
share/doc/html/kdelibs/kdecore/ksock_h.html
|
||||
share/doc/html/kdelibs/kdecore/ksockaddr_h.html
|
||||
share/doc/html/kdelibs/kdecore/ksocks_h.html
|
||||
share/doc/html/kdelibs/kdecore/kstandarddirs_h.html
|
||||
share/doc/html/kdelibs/kdecore/kstartupinfo_h.html
|
||||
share/doc/html/kdelibs/kdecore/kstaticdeleter_h.html
|
||||
share/doc/html/kdelibs/kdecore/kstdaccel_h.html
|
||||
@ -377,6 +379,7 @@ share/doc/html/kdelibs/kdecore/ksycocafactory_h.html
|
||||
share/doc/html/kdelibs/kdecore/ksycocatype_h.html
|
||||
share/doc/html/kdelibs/kdecore/ktempfile_h.html
|
||||
share/doc/html/kdelibs/kdecore/kuniqueapp_h.html
|
||||
share/doc/html/kdelibs/kdecore/kuniqueapplication_h.html
|
||||
share/doc/html/kdelibs/kdecore/kunload_h.html
|
||||
share/doc/html/kdelibs/kdecore/kurl_h.html
|
||||
share/doc/html/kdelibs/kdecore/kurldrag_h.html
|
||||
@ -1934,3 +1937,4 @@ share/doc/html/kdelibs/libkmid/voiceman_h.html
|
||||
@dirrm share/doc/html/kdelibs/interfaces
|
||||
@dirrm share/doc/html/kdelibs/dcop
|
||||
@dirrm share/doc/html/kdelibs
|
||||
@dirrm share/doc/html
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2001/11/07 01:44:19 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2001/12/31 12:30:53 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, libraries"
|
||||
CATEGORIES= x11 x11/kde
|
||||
NEED_VERSION= 1.483
|
||||
VERSION= 2.2.1
|
||||
NEED_VERSION= 1.504
|
||||
VERSION= 2.2.2
|
||||
DISTNAME= kdelibs-${VERSION}
|
||||
DIST_SUBDIR= kde
|
||||
|
||||
@ -22,10 +22,11 @@ LIB_DEPENDS= png.2::graphics/png \
|
||||
tiff.35::graphics/tiff \
|
||||
audiofile::devel/libaudiofile \
|
||||
pcreposix,pcre::devel/pcre \
|
||||
xml2:libxml->=2.3.13:textproc/libxml \
|
||||
xml2.6.8::textproc/libxml \
|
||||
xslt.1.6::textproc/libxslt \
|
||||
bz2::archivers/bzip2
|
||||
|
||||
BUILD_DEPENDS= :zsh-*:shells/zsh/stable ::x11/qt2,-html
|
||||
BUILD_DEPENDS= :zsh-*:shells/zsh/stable :qt2-html-*:x11/qt2,-html
|
||||
|
||||
# glib2.0
|
||||
# qt docs
|
||||
@ -34,6 +35,7 @@ BUILD_DEPENDS= :zsh-*:shells/zsh/stable ::x11/qt2,-html
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/admin
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_NEW= Yes
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
@ -58,6 +60,7 @@ CONFIGURE_ENV+= ac_aux_files=''
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
pre-build:
|
||||
ln -sf $(LOCALBASE)/bin/zsh ${WRKBUILD}/sh
|
||||
@if pkg dependencies check kdelibs-\*; then \
|
||||
if pkg dependencies check ${DISTNAME}; then \
|
||||
:; \
|
||||
@ -68,12 +71,14 @@ pre-build:
|
||||
fi
|
||||
|
||||
# Let zsh act as an sh replacement
|
||||
ln -sf $(LOCALBASE)/bin/zsh ${WRKBUILD}/sh
|
||||
|
||||
# Ensure qt2 will always be at the front
|
||||
MAKE_FLAGS=CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
MAKE_FLAGS+=LIBTOOL='$(WRKBUILD)/sh $(WRKBUILD)/libtool'
|
||||
|
||||
#CONFIGURE_SCRIPT= ${WRKBUILD}/sh ${WRKSRC}/configure
|
||||
#CONFIGURE_ENV=CONFIG_SHELL=${WRKBUILD}/sh
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
3
x11/kde/libs2/distinfo
Normal file
3
x11/kde/libs2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kde/kdelibs-2.2.2.tar.bz2) = 51ec17dce9c62b50a3c2e97e4511cdcf
|
||||
RMD160 (kde/kdelibs-2.2.2.tar.bz2) = 97973d3757984bd5329e4e6f4980b5fccbacbbb2
|
||||
SHA1 (kde/kdelibs-2.2.2.tar.bz2) = 6ae1096ffb547f317adca6b29cb9ce9dcaf1863c
|
@ -1,3 +0,0 @@
|
||||
MD5 (kde/kdelibs-2.2.1.tar.bz2) = 3aa73b3fe7095b3bab3081bece73f56f
|
||||
RMD160 (kde/kdelibs-2.2.1.tar.bz2) = f1ded625472e1c3afe607aee063af4cccb47d0d9
|
||||
SHA1 (kde/kdelibs-2.2.1.tar.bz2) = 6f5359905ba1f6c0785972da92c0113485ddee62
|
@ -1,13 +1,7 @@
|
||||
$OpenBSD: p-aclocal_m4,v 1.1 2001/09/27 10:52:15 espie Exp $
|
||||
--- aclocal.m4.orig Mon Aug 6 03:26:32 2001
|
||||
+++ aclocal.m4 Mon Aug 20 01:09:01 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-dnl aclocal.m4 generated automatically by aclocal 1.4
|
||||
+dnl aclocal.m4 generated automatically by aclocal 1.4-p4
|
||||
|
||||
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
@@ -4722,19 +4722,7 @@ netbsd*)
|
||||
$OpenBSD: p-aclocal_m4,v 1.2 2001/12/31 12:30:53 espie Exp $
|
||||
--- aclocal.m4.orig Sat Nov 10 08:47:38 2001
|
||||
+++ aclocal.m4 Sun Dec 30 20:49:09 2001
|
||||
@@ -4876,19 +4876,7 @@ netbsd*)
|
||||
;;
|
||||
|
||||
openbsd* )
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: p-admin_ltconfig,v 1.3 2001/10/06 01:47:46 naddy Exp $
|
||||
--- admin/ltconfig.orig Sat May 19 02:19:10 2001
|
||||
+++ admin/ltconfig Thu Sep 27 18:55:04 2001
|
||||
@@ -625,7 +625,12 @@
|
||||
$OpenBSD: p-admin_ltconfig,v 1.4 2001/12/31 12:30:53 espie Exp $
|
||||
--- admin/ltconfig.orig Thu Oct 25 17:26:56 2001
|
||||
+++ admin/ltconfig Mon Nov 12 17:28:47 2001
|
||||
@@ -625,7 +625,12 @@ old_postuninstall_cmds=
|
||||
|
||||
if test -n "$RANLIB"; then
|
||||
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
||||
@ -15,7 +15,7 @@ $OpenBSD: p-admin_ltconfig,v 1.3 2001/10/06 01:47:46 naddy Exp $
|
||||
fi
|
||||
|
||||
# Source the script associated with the $tagname tag configuration.
|
||||
@@ -1245,15 +1250,15 @@
|
||||
@@ -1245,15 +1250,15 @@ newsos6)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
|
16
x11/kde/libs2/patches/patch-arts_flow_audiosubsys_cc
Normal file
16
x11/kde/libs2/patches/patch-arts_flow_audiosubsys_cc
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-arts_flow_audiosubsys_cc,v 1.5 2001/12/31 12:30:53 espie Exp $
|
||||
--- arts/flow/audiosubsys.cc.orig Sun Mar 4 12:02:09 2001
|
||||
+++ arts/flow/audiosubsys.cc Fri Aug 17 00:02:41 2001
|
||||
@@ -35,6 +35,12 @@
|
||||
|
||||
#ifdef HAVE_SYS_SOUNDCARD_H
|
||||
#include <sys/soundcard.h>
|
||||
+#define DEVICE_NAME "/dev/audio"
|
||||
+#endif
|
||||
+
|
||||
+#ifdef HAVE_SOUNDCARD_H
|
||||
+#include <soundcard.h>
|
||||
+#define DEVICE_NAME "/dev/audio"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.8 2001/09/19 14:13:28 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.9 2001/12/31 12:30:53 espie Exp $
|
||||
lib/kde2/libkbzip2filter.so.0.0
|
||||
lib/kde2/libkded_kdeprintd.so.0.0
|
||||
lib/kde2/libkdeprint_ext.so.0.0
|
||||
@ -36,6 +36,7 @@ lib/libkconf_update.so.0.0
|
||||
lib/libkcookiejar.so.0.0
|
||||
lib/libkdecore.so.3.0
|
||||
lib/libkded.so.0.0
|
||||
lib/libkded_kssld.so.0.0
|
||||
lib/libkdefakes.so.3.0
|
||||
lib/libkdeprint.so.0.1
|
||||
lib/libkdeprint_management.so.0.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2001/09/19 14:13:28 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2001/12/31 12:30:53 espie Exp $
|
||||
bin/artsc-config
|
||||
bin/artscat
|
||||
bin/artsd
|
||||
@ -152,6 +152,7 @@ include/kallocator.h
|
||||
include/kalphapainter.h
|
||||
include/kanimwidget.h
|
||||
include/kapp.h
|
||||
include/kapplication.h
|
||||
include/karrowbutton.h
|
||||
include/kasyncio.h
|
||||
include/kaudioplayer.h
|
||||
@ -403,6 +404,7 @@ include/ksslpkcs12.h
|
||||
include/ksslsettings.h
|
||||
include/ksslutils.h
|
||||
include/ksslx509map.h
|
||||
include/kstandarddirs.h
|
||||
include/kstartupinfo.h
|
||||
include/kstaticdeleter.h
|
||||
include/kstatusbar.h
|
||||
@ -429,6 +431,7 @@ include/ktoolbarbutton.h
|
||||
include/ktoolbarradiogroup.h
|
||||
include/ktrader.h
|
||||
include/kuniqueapp.h
|
||||
include/kuniqueapplication.h
|
||||
include/kunload.h
|
||||
include/kurifilter.h
|
||||
include/kurl.h
|
||||
@ -517,6 +520,7 @@ lib/libartskde.la
|
||||
lib/libartswavplayobject.la
|
||||
lib/libkab.la
|
||||
lib/libkdecore.la
|
||||
lib/libkded_kssld.la
|
||||
lib/libkdefakes.la
|
||||
lib/libkdeprint.la
|
||||
lib/libkdeprint_management.la
|
||||
@ -1178,6 +1182,7 @@ share/apps/ksgmltools2/docbook/xsl/common/subtitles.xsl
|
||||
share/apps/ksgmltools2/docbook/xsl/common/sv.xml
|
||||
share/apps/ksgmltools2/docbook/xsl/common/titles.xsl
|
||||
share/apps/ksgmltools2/docbook/xsl/common/tr.xml
|
||||
share/apps/ksgmltools2/docbook/xsl/common/xh.xml
|
||||
share/apps/ksgmltools2/docbook/xsl/common/zh_cn.xml
|
||||
share/apps/ksgmltools2/docbook/xsl/common/zh_tw.xml
|
||||
share/apps/ksgmltools2/docbook/xsl/html/ChangeLog
|
||||
@ -2468,6 +2473,7 @@ share/services/kaclplugin.desktop
|
||||
share/services/kbzip2filter.desktop
|
||||
share/services/kcookiejar.desktop
|
||||
share/services/kded/kdeprintd.desktop
|
||||
share/services/kded/kssld.desktop
|
||||
share/services/kgzipfilter.desktop
|
||||
share/services/khtml.desktop
|
||||
share/services/khtmlimage.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user