summaryrefslogtreecommitdiff
path: root/palm/kpilot/files
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1998-05-12 00:31:48 +0000
committerDima Ruban <dima@FreeBSD.org>1998-05-12 00:31:48 +0000
commite6dec4d0a37aa85fcaeff17c4c1047b2c67383f7 (patch)
tree9c229e4f5ada95e8def31545f55f1c2b92ea659d /palm/kpilot/files
parent0.8.12 -> 0.8.13 (diff)
2.0 -> 3.0
Also make myself as a maintainer (Okayed with se@freebsd.org)
Notes
Notes: svn path=/head/; revision=10952
Diffstat (limited to 'palm/kpilot/files')
-rw-r--r--palm/kpilot/files/patch-aa4
-rw-r--r--palm/kpilot/files/patch-ab23
-rw-r--r--palm/kpilot/files/patch-ae22
3 files changed, 33 insertions, 16 deletions
diff --git a/palm/kpilot/files/patch-aa b/palm/kpilot/files/patch-aa
index 741a3985f166..5b5ceecf6ace 100644
--- a/palm/kpilot/files/patch-aa
+++ b/palm/kpilot/files/patch-aa
@@ -30,12 +30,12 @@
*** 2214,2218 ****
for i in $qt_libdirs;
do
-! for j in libqt.so libqt.so.1.30 libqt.so.1 libqt.a libqt.sl;
+! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1 libqt.a libqt.sl;
do
if test -r "$i/$j"; then
--- 2214,2218 ----
for i in $qt_libdirs;
do
-! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1 libqt.a libqt.sl;
+! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1.33 libqt.so.1 libqt.a libqt.sl;
do
if test -r "$i/$j"; then
diff --git a/palm/kpilot/files/patch-ab b/palm/kpilot/files/patch-ab
index ed0ecf6b3b34..b5ad96c1e907 100644
--- a/palm/kpilot/files/patch-ab
+++ b/palm/kpilot/files/patch-ab
@@ -1,17 +1,12 @@
*** kpilot/Makefile.in~ Sat Mar 7 14:21:14 1998
--- kpilot/Makefile.in Sat Mar 7 14:21:25 1998
***************
-*** 144,149 ****
-
- # the library search path
-! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/_libs
-! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/_libs
-
- # the libraries to link against. Be aware of the order. First the libraries,
---- 144,149 ----
-
- # the library search path
-! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/.libs
-! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/.libs
-
- # the libraries to link against. Be aware of the order. First the libraries,
+*** 582,587 ****
+--- 582,588 ----
+ $(INSTALL_DATA) kpilprc.xpm $(kde_icondir)
+ $(mkinstalldirs) $(kde_minidir)
+ $(INSTALL_DATA) mini-kpilot.xpm $(kde_minidir)/kpilot.xpm
++ $(mkinstalldirs) $(kde_mimedir)
+ grep kpilot $(MAGIC) 2>&1 >/dev/null || { cat kpilot.magic >> $(MAGIC); }
+ $(mkinstalldirs) $(kde_mimedir)/palmpilot
+ $(INSTALL_DATA) application.kdelnk $(kde_mimedir)/palmpilot
diff --git a/palm/kpilot/files/patch-ae b/palm/kpilot/files/patch-ae
new file mode 100644
index 000000000000..260b57b59228
--- /dev/null
+++ b/palm/kpilot/files/patch-ae
@@ -0,0 +1,22 @@
+*** configure.orig Sun Apr 26 20:31:19 1998
+--- configure Fri May 8 15:34:13 1998
+***************
+*** 2601,2608 ****
+ ac_cv_path_MOC="$MOC" # Let the user override the test with a path.
+ ;;
+ *)
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+! for ac_dir in $QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f $ac_dir/$ac_word; then
+ ac_cv_path_MOC="$ac_dir/$ac_word"
+--- 2601,2609 ----
+ ac_cv_path_MOC="$MOC" # Let the user override the test with a path.
+ ;;
+ *)
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
++ FOO="$QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy"
+! for ac_dir in $FOO; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f $ac_dir/$ac_word; then
+ ac_cv_path_MOC="$ac_dir/$ac_word"